aboutsummaryrefslogtreecommitdiff
path: root/src/conf/fpathconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf/fpathconf.c')
-rw-r--r--src/conf/fpathconf.c8
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