X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fsetjmp.h;h=83ad74912304f1a8d74670e03ceff2f20cd17ec8;hp=88fb9508176241bd3688b942c2daad134a2b53f0;hb=57d5fff5f7dd9af27152c84ce041c18597a22766;hpb=419ae6d5c95629d3ebaff6f1880d52cb027ba924 diff --git a/include/setjmp.h b/include/setjmp.h index 88fb9508..83ad7491 100644 --- a/include/setjmp.h +++ b/include/setjmp.h @@ -12,9 +12,6 @@ extern "C" { || defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) \ || defined(_BSD_SOURCE) typedef unsigned long sigjmp_buf[(128+sizeof(jmp_buf))/sizeof(long)]; -#ifdef _GNU_SOURCE -#define jmp_buf sigjmp_buf -#endif int sigsetjmp (sigjmp_buf, int); void siglongjmp (sigjmp_buf, int); #endif