summaryrefslogtreecommitdiff
path: root/debug/readlink_chk.c
diff options
context:
space:
mode:
Diffstat (limited to 'debug/readlink_chk.c')
-rw-r--r--debug/readlink_chk.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/debug/readlink_chk.c b/debug/readlink_chk.c
index ac18ee2c29..8aabe0af25 100644
--- a/debug/readlink_chk.c
+++ b/debug/readlink_chk.c
@@ -23,7 +23,7 @@
# include <sysdep.h>
#endif
-
+#if 0
ssize_t
__readlink_chk (const char *path, void *buf, size_t len, size_t buflen)
{
@@ -36,3 +36,4 @@ __readlink_chk (const char *path, void *buf, size_t len, size_t buflen)
return __readlink (path, buf, len);
#endif
}
+#endif