Add back accidently removed #endif.

This commit is contained in:
Ulrich Drepper 2006-01-10 17:58:26 +00:00
parent d5d55e016b
commit 826b15640d
1 changed files with 2 additions and 0 deletions

View File

@ -34,4 +34,6 @@ typedef long int __jmp_buf[8];
typedef int __jmp_buf[6];
# endif
#endif
#endif /* bits/setjmp.h */