aboutsummaryrefslogtreecommitdiff
path: root/src/passwd/fgetspent.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/passwd/fgetspent.c')
-rw-r--r--src/passwd/fgetspent.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/passwd/fgetspent.c b/src/passwd/fgetspent.c
index 47473bdb..a58270d9 100644
--- a/src/passwd/fgetspent.c
+++ b/src/passwd/fgetspent.c
@@ -13,3 +13,11 @@ struct spwd *fgetspent(FILE *f)
pthread_setcancelstate(cs, 0);
return res;
}
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif