We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0079de4 commit 2bfc73fCopy full SHA for 2bfc73f
src/include/port/linux.h
@@ -18,6 +18,15 @@ typedef long int slock_t;
18
typedef unsigned char slock_t;
19
#endif
20
21
+#if (__GLIBC__ >= 2)
22
+# ifdef HAVE_INT_TIMEZONE
23
+# undef HAVE_INT_TIMEZONE
24
+# endif
25
+ /* currently undefined as I (teunis@computersupportcentre.com) have not
26
+ checked this yet */
27
+/* #define HAVE_SIGSETJMP 1 */
28
+#endif
29
+
30
#if defined(PPC)
31
#undef NEED_I386_TAS_ASM
32
#undef HAVE_INT_TIMEZONE
0 commit comments