diff options
author | Ludovic Courtès <ludo@gnu.org> | 2008-08-20 19:31:46 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2008-08-20 19:31:46 +0200 |
commit | 417566ebc9dc51fc65b490a96213059e17994dde (patch) | |
tree | a30849be10e9ec38717344233b2e9b3f18bddbd2 /libguile/filesys.c | |
parent | 82d8d6d9e8ac6a2c36534d6085cd3f96d6278856 (diff) | |
download | guile-417566ebc9dc51fc65b490a96213059e17994dde.tar.gz |
Never define `_GNU_SOURCE' explicitly since `AC_USE_SYSTEM_EXTENSIONS'
takes care of it.
Conflicts:
ChangeLog
configure.in
libguile/eval.c
libguile/srfi-14.c
libguile/threads.c
Diffstat (limited to 'libguile/filesys.c')
-rw-r--r-- | libguile/filesys.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libguile/filesys.c b/libguile/filesys.c index 0e90105ec..6536df849 100644 --- a/libguile/filesys.c +++ b/libguile/filesys.c @@ -19,7 +19,6 @@ /* See stime.c for comments on why _POSIX_C_SOURCE is not always defined. */ -#define _GNU_SOURCE /* ask glibc for everything */ #define _LARGEFILE64_SOURCE /* ask for stat64 etc */ #ifdef __hpux #define _POSIX_C_SOURCE 199506L /* for readdir_r */ |