aboutsummaryrefslogtreecommitdiff
path: root/debug/gets_chk.c
diff options
context:
space:
mode:
Diffstat (limited to 'debug/gets_chk.c')
-rw-r--r--debug/gets_chk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/gets_chk.c b/debug/gets_chk.c
index 6c10d68..df3f947 100644
--- a/debug/gets_chk.c
+++ b/debug/gets_chk.c
@@ -30,7 +30,7 @@
char *
__gets_chk (char *buf, size_t size)
{
- _IO_size_t count;
+ size_t count;
int ch;
char *retval;