summaryrefslogtreecommitdiff
path: root/strdupa.h
diff options
context:
space:
mode:
Diffstat (limited to 'strdupa.h')
-rw-r--r--strdupa.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/strdupa.h b/strdupa.h
index 00a94cb6..b158f4d1 100644
--- a/strdupa.h
+++ b/strdupa.h
@@ -3,7 +3,6 @@
#include <string.h>
-#ifndef _GNU_SOURCE
#ifndef strdupa
# define strdupa(s) \
({ \
@@ -13,6 +12,5 @@
(char *) memcpy (new, old, len); \
})
#endif
-#endif
#endif