Minor cleanups in libio/iofdopen.c
[glibc.git] / conform / data / setjmp.h-data
blobaf28ddb59ada26f8cc7cc346e61ab688c543b4c1
1 type jmp_buf
2 #if !defined ISO && !defined ISO99 && !defined ISO11
3 type sigjmp_buf
4 #endif
6 function void longjmp (jmp_buf, int)
7 #if !defined ISO && !defined ISO99 && !defined ISO11
8 function void siglongjmp (sigjmp_buf, int)
9 # if !defined POSIX && !defined POSIX2008
10 function void _longjmp (jmp_buf, int)
11 # endif
12 #endif
14 macro-function int setjmp (jmp_buf)
15 #if !defined ISO && !defined ISO99 && !defined ISO11
16 macro-function int sigsetjmp (sigjmp_buf, int)
17 # if !defined POSIX && !defined POSIX2008
18 macro-function int _setjmp (jmp_buf)
19 # endif
20 #endif
22 #if !defined ISO && !defined ISO99 && !defined ISO11
23 allow *_t
24 #endif