summaryrefslogtreecommitdiff
path: root/libc/pwd_grp
diff options
context:
space:
mode:
Diffstat (limited to 'libc/pwd_grp')
-rw-r--r--libc/pwd_grp/pwd_grp.c1
-rw-r--r--libc/pwd_grp/pwd_grp_internal.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/libc/pwd_grp/pwd_grp.c b/libc/pwd_grp/pwd_grp.c
index bf0a65015..2ade07150 100644
--- a/libc/pwd_grp/pwd_grp.c
+++ b/libc/pwd_grp/pwd_grp.c
@@ -18,7 +18,6 @@
*
*/
-#define _GNU_SOURCE
#include <features.h>
#include <stdio.h>
#include <stdlib.h>
diff --git a/libc/pwd_grp/pwd_grp_internal.c b/libc/pwd_grp/pwd_grp_internal.c
index fd42b1ebd..acb9a183a 100644
--- a/libc/pwd_grp/pwd_grp_internal.c
+++ b/libc/pwd_grp/pwd_grp_internal.c
@@ -18,7 +18,6 @@
*
*/
-#define _GNU_SOURCE
#include <features.h>
#include <stdio.h>
#include <stdlib.h>