summaryrefslogtreecommitdiff
path: root/debug/fgets_chk.c
diff options
context:
space:
mode:
Diffstat (limited to 'debug/fgets_chk.c')
-rw-r--r--debug/fgets_chk.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/debug/fgets_chk.c b/debug/fgets_chk.c
index 27fbede7f0..813d0dce64 100644
--- a/debug/fgets_chk.c
+++ b/debug/fgets_chk.c
@@ -30,6 +30,7 @@
#include <stdio.h>
#include <sys/param.h>
+#if 0
char *
__fgets_chk (buf, size, n, fp)
char *buf;
@@ -65,3 +66,4 @@ __fgets_chk (buf, size, n, fp)
_IO_release_lock (fp);
return result;
}
+#endif