diff options
Diffstat (limited to 'src/passwd/getgrouplist.c')
-rw-r--r-- | src/passwd/getgrouplist.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/passwd/getgrouplist.c b/src/passwd/getgrouplist.c index 301824ce..68eb016e 100644 --- a/src/passwd/getgrouplist.c +++ b/src/passwd/getgrouplist.c @@ -79,3 +79,11 @@ cleanup: free(mem); return ret; } + + +#ifdef TEST +int +main(void) { + return 0; +} +#endif |