diff options
Diffstat (limited to 'libc/stdio/getdelim.c')
-rw-r--r-- | libc/stdio/getdelim.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/stdio/getdelim.c b/libc/stdio/getdelim.c index 30fca81d7..987e32a19 100644 --- a/libc/stdio/getdelim.c +++ b/libc/stdio/getdelim.c @@ -10,9 +10,7 @@ #ifdef __USE_GNU #include "_stdio.h" -/* libc_hidden_proto(getdelim) */ -/* libc_hidden_proto(__fgetc_unlocked) */ /* Note: There is a defect in this function. (size_t vs ssize_t). */ |