diff options
Diffstat (limited to 'src/passwd/fgetspent.c')
-rw-r--r-- | src/passwd/fgetspent.c | 8 |
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 |