Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2bfc73f

Browse files
committed
From: teunis <teunis@mauve.computersupportcentre.com>
Slight cleanups for glibc2.0
1 parent 0079de4 commit 2bfc73f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/include/port/linux.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@ typedef long int slock_t;
1818
typedef unsigned char slock_t;
1919
#endif
2020

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+
2130
#if defined(PPC)
2231
#undef NEED_I386_TAS_ASM
2332
#undef HAVE_INT_TIMEZONE

0 commit comments

Comments
 (0)