aboutsummaryrefslogtreecommitdiff
path: root/src/passwd/getgrent_a.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/passwd/getgrent_a.c')
-rw-r--r--src/passwd/getgrent_a.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/passwd/getgrent_a.c b/src/passwd/getgrent_a.c
index 7fc389d4..7817c802 100644
--- a/src/passwd/getgrent_a.c
+++ b/src/passwd/getgrent_a.c
@@ -66,3 +66,11 @@ end:
if(rv) errno = rv;
return rv;
}
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif