summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--testsuite/path.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/path.c b/testsuite/path.c
index 964d33e..c1ae498 100644
--- a/testsuite/path.c
+++ b/testsuite/path.c
@@ -185,6 +185,7 @@ TS_EXPORT int prefix ## stat ## suffix (int ver, \
}
WRAP_1ARG(DIR*, NULL, opendir);
+WRAP_1ARG(int, -1, chdir);
WRAP_2ARGS(FILE*, NULL, fopen, const char*);
WRAP_2ARGS(FILE*, NULL, fopen64, const char*);