summaryrefslogtreecommitdiff
path: root/libc/misc/insremque
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-02-26 15:24:39 +0000
committerEric Andersen <andersen@codepoet.org>2002-02-26 15:24:39 +0000
commit857146f2320327e2f710be17b475809367bd76b0 (patch)
tree2eea6dd233c1a3ef6ad6884ef41bc0d5b7931129 /libc/misc/insremque
parentefdb21fff439759a746f339e30aba255ed4a60d5 (diff)
Don't redefine stuff
Diffstat (limited to 'libc/misc/insremque')
-rw-r--r--libc/misc/insremque/insremque.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/insremque/insremque.c b/libc/misc/insremque/insremque.c
index 8cdf09b23..7f156c601 100644
--- a/libc/misc/insremque/insremque.c
+++ b/libc/misc/insremque/insremque.c
@@ -17,7 +17,7 @@
Boston, MA 02111-1307, USA. */
#include <features.h>
-#define _GNU_SOURCE
+#define __USE_GNU
#include <stddef.h>
#ifndef _SVID_SOURCE
#define _SVID_SOURCE 1