summaryrefslogtreecommitdiff
path: root/debug/getwd_chk.c
diff options
context:
space:
mode:
Diffstat (limited to 'debug/getwd_chk.c')
-rw-r--r--debug/getwd_chk.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/debug/getwd_chk.c b/debug/getwd_chk.c
index 3a224d94a4..898af28d3f 100644
--- a/debug/getwd_chk.c
+++ b/debug/getwd_chk.c
@@ -20,7 +20,7 @@
#include <unistd.h>
#include <sys/param.h>
-#if 0
+
char *
__getwd_chk (char *buf, size_t buflen)
{
@@ -32,4 +32,3 @@ __getwd_chk (char *buf, size_t buflen)
link_warning (getwd,
"the `getwd' function is dangerous and should not be used.")
-#endif