summaryrefslogtreecommitdiff
path: root/src/pwd/endpwent.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pwd/endpwent.c')
-rw-r--r--src/pwd/endpwent.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/pwd/endpwent.c b/src/pwd/endpwent.c
new file mode 100644
index 00000000..73f2139c
--- /dev/null
+++ b/src/pwd/endpwent.c
@@ -0,0 +1,9 @@
+#include <pwd.h>
+
+void endpwent(void)
+{
+}
+
+/*
+XOPEN(400)
+*/