summaryrefslogtreecommitdiffstats
path: root/libpthread/nptl/sem_open.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpthread/nptl/sem_open.c')
-rw-r--r--libpthread/nptl/sem_open.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libpthread/nptl/sem_open.c b/libpthread/nptl/sem_open.c
index 1fb72d2d4..8727bd057 100644
--- a/libpthread/nptl/sem_open.c
+++ b/libpthread/nptl/sem_open.c
@@ -18,9 +18,6 @@
02111-1307 USA. */
#include <errno.h>
-#ifdef __PTHREADS_NATIVE__
-#define __USE_GNU
-#endif
#include <fcntl.h>
#include <mntent.h>
#include <paths.h>