summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/u.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/u.h b/include/u.h
index 3d779483..aaa2e416 100644
--- a/include/u.h
+++ b/include/u.h
@@ -40,7 +40,7 @@ extern "C" {
#endif
#define _LARGEFILE64_SOURCE 1
#define _FILE_OFFSET_BITS 64
-
+#define __USE_POSIX 1 //needed for sigjmp_buf in glibc setjmp.h
#include <inttypes.h>
#include <unistd.h>