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, 0 insertions, 2 deletions
diff --git a/debug/fgets_chk.c b/debug/fgets_chk.c
index 813d0dce64..27fbede7f0 100644
--- a/debug/fgets_chk.c
+++ b/debug/fgets_chk.c
@@ -30,7 +30,6 @@
#include <stdio.h>
#include <sys/param.h>
-#if 0
char *
__fgets_chk (buf, size, n, fp)
char *buf;
@@ -66,4 +65,3 @@ __fgets_chk (buf, size, n, fp)
_IO_release_lock (fp);
return result;
}
-#endif