2004-04-08 Eric Christopher <echristo@redhat.com>

* libc/include/machine/setjmp.h: Fix endif locations.
This commit is contained in:
Jeff Johnston 2004-04-08 18:42:46 +00:00
parent 6ea87bc144
commit 4121d8cf68
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-04-08 Eric Christopher <echristo@redhat.com>
* libc/include/machine/setjmp.h: Fix endif locations.
2004-04-01 Artem B. Bityuckiy <abitytsky@softminecorp.com>
* libc/time/strptime.c: Add standard includes to avoid

View File

@ -203,6 +203,7 @@ typedef _JBTYPE jmp_buf[_JBLEN];
#else
typedef int jmp_buf[_JBLEN];
#endif
#endif
_END_STD_C
@ -235,4 +236,3 @@ typedef int sigjmp_buf[_JBLEN+2];
}
#endif
#endif /* __CYGWIN__ or __rtems__ */
#endif