summaryrefslogtreecommitdiff
path: root/debug/getwd_chk.c
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2005-06-27 13:24:44 +0000
committerJakub Jelinek <jakub@redhat.com>2005-06-27 13:24:44 +0000
commit03d65262fdcc287ef8b691c7dff2f1a63cdd13c2 (patch)
treea8ac7c86519f55a4aadf31b0c9e075eaf96ea0e3 /debug/getwd_chk.c
parent5570fbd25a574d54ab135e1d3cdac0bc74029689 (diff)
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