diff options
Diffstat (limited to 'src/conf/fpathconf.c')
-rw-r--r-- | src/conf/fpathconf.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/conf/fpathconf.c b/src/conf/fpathconf.c index e6aca5cf..fbaa32fc 100644 --- a/src/conf/fpathconf.c +++ b/src/conf/fpathconf.c @@ -33,3 +33,11 @@ long fpathconf(int fd, int name) } return values[name]; } + + +#ifdef TEST +int +main(void) { + return 0; +} +#endif |