summaryrefslogtreecommitdiff
path: root/05/musl-0.6.0/src/passwd/getspent.c
diff options
context:
space:
mode:
Diffstat (limited to '05/musl-0.6.0/src/passwd/getspent.c')
-rw-r--r--05/musl-0.6.0/src/passwd/getspent.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/05/musl-0.6.0/src/passwd/getspent.c b/05/musl-0.6.0/src/passwd/getspent.c
new file mode 100644
index 0000000..8574a48
--- /dev/null
+++ b/05/musl-0.6.0/src/passwd/getspent.c
@@ -0,0 +1,14 @@
+#include "pwf.h"
+
+void setspent()
+{
+}
+
+void endspent()
+{
+}
+
+struct spwd *getspent()
+{
+ return 0;
+}