summaryrefslogtreecommitdiff
path: root/debug/getwd_chk.c
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2005-03-03 16:52:27 +0000
committerJakub Jelinek <jakub@redhat.com>2005-03-03 16:52:27 +0000
commit1f53f6f82f2165e421d94a83a731c1308097849f (patch)
treec264f23f46c0f440348f75093e59cacfc9c60dba /debug/getwd_chk.c
parenta3f1b27bd61b4bd1645e90953eb09ae2aa3ef9e9 (diff)
2.3.4-11
Diffstat (limited to 'debug/getwd_chk.c')
-rw-r--r--debug/getwd_chk.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/debug/getwd_chk.c b/debug/getwd_chk.c
index 898af28d3f..3a224d94a4 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,3 +32,4 @@ __getwd_chk (char *buf, size_t buflen)
link_warning (getwd,
"the `getwd' function is dangerous and should not be used.")
+#endif