diff options
Diffstat (limited to 'src/stdio/perror.c')
-rw-r--r-- | src/stdio/perror.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/stdio/perror.c b/src/stdio/perror.c index d0943f26..5368ef54 100644 --- a/src/stdio/perror.c +++ b/src/stdio/perror.c @@ -28,3 +28,11 @@ void perror(const char *msg) FUNLOCK(f); } + + +#ifdef TEST +int +main(void) { + return 0; +} +#endif |