aboutsummaryrefslogtreecommitdiff
path: root/src/passwd/getpwent_a.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/passwd/getpwent_a.c')
-rw-r--r--src/passwd/getpwent_a.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/passwd/getpwent_a.c b/src/passwd/getpwent_a.c
index d1b4b53c..c1be2d3a 100644
--- a/src/passwd/getpwent_a.c
+++ b/src/passwd/getpwent_a.c
@@ -52,3 +52,11 @@ int __getpwent_a(FILE *f, struct passwd *pw, char **line, size_t *size, struct p
if (rv) errno = rv;
return rv;
}
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif