summaryrefslogtreecommitdiff
path: root/libc/pwd_grp/putgrent.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/pwd_grp/putgrent.c')
-rw-r--r--libc/pwd_grp/putgrent.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/libc/pwd_grp/putgrent.c b/libc/pwd_grp/putgrent.c
new file mode 100644
index 000000000..20a6faf98
--- /dev/null
+++ b/libc/pwd_grp/putgrent.c
@@ -0,0 +1,12 @@
+/*
+ * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
+ *
+ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
+ */
+
+#include <features.h>
+
+#ifdef __USE_GNU
+# define L_putgrent
+# include "pwd_grp.c"
+#endif