mirror of
https://github.com/libfuse/libfuse.git
synced 2024-11-26 21:54:30 +08:00
Remove unnecessary _GNU_SOURCE
in fuse.c
(#787)
We stopped using pthread_rwlock_t in 3fecccca98
, so we don't need `_GNU_SOURCE` anymore in `fuse.c`
This commit is contained in:
parent
841cd09006
commit
30a300a848
@ -9,10 +9,6 @@
|
||||
See the file COPYING.LIB
|
||||
*/
|
||||
|
||||
|
||||
/* For pthread_rwlock_t */
|
||||
#define _GNU_SOURCE
|
||||
|
||||
#include "fuse_config.h"
|
||||
#include "fuse_i.h"
|
||||
#include "fuse_lowlevel.h"
|
||||
|
Loading…
Reference in New Issue
Block a user