2004-04-08 Eric Christopher <echristo@redhat.com>
* libc/include/machine/setjmp.h: Fix endif locations.
This commit is contained in:
parent
6ea87bc144
commit
4121d8cf68
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue