diff options
Diffstat (limited to 'src/passwd/getspnam.c')
-rw-r--r-- | src/passwd/getspnam.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/passwd/getspnam.c b/src/passwd/getspnam.c index 709b526d..1a3d2ffe 100644 --- a/src/passwd/getspnam.c +++ b/src/passwd/getspnam.c @@ -16,3 +16,11 @@ struct spwd *getspnam(const char *name) errno = e ? e : orig_errno; return res; } + + +#ifdef TEST +int +main(void) { + return 0; +} +#endif |