mirror of
https://git.code.sf.net/p/ntfs-3g/ntfs-3g.git
synced 2024-11-23 18:14:24 +08:00
remove _GNU_SOURCE define from source since it's in configure (Alon Bar-Lev)
This commit is contained in:
parent
9c92941a6f
commit
7fe7e1c9c6
@ -107,6 +107,7 @@ AC_ARG_ENABLE(
|
||||
)
|
||||
|
||||
# Programs
|
||||
# pthread_rwlock_t requires _GNU_SOURCE
|
||||
AC_GNU_SOURCE
|
||||
AC_PROG_CC
|
||||
AC_PROG_LIBTOOL
|
||||
|
@ -6,10 +6,6 @@
|
||||
See the file COPYING.LIB
|
||||
*/
|
||||
|
||||
|
||||
/* For pthread_rwlock_t */
|
||||
#define _GNU_SOURCE
|
||||
|
||||
#include "config.h"
|
||||
#include "fuse_i.h"
|
||||
#include "fuse_lowlevel.h"
|
||||
|
Loading…
Reference in New Issue
Block a user