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>
|
2004-04-01 Artem B. Bityuckiy <abitytsky@softminecorp.com>
|
||||||
|
|
||||||
* libc/time/strptime.c: Add standard includes to avoid
|
* libc/time/strptime.c: Add standard includes to avoid
|
||||||
|
@ -203,6 +203,7 @@ typedef _JBTYPE jmp_buf[_JBLEN];
|
|||||||
#else
|
#else
|
||||||
typedef int jmp_buf[_JBLEN];
|
typedef int jmp_buf[_JBLEN];
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
_END_STD_C
|
_END_STD_C
|
||||||
|
|
||||||
@ -235,4 +236,3 @@ typedef int sigjmp_buf[_JBLEN+2];
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#endif /* __CYGWIN__ or __rtems__ */
|
#endif /* __CYGWIN__ or __rtems__ */
|
||||||
#endif
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user