summaryrefslogtreecommitdiff
path: root/src/stdio/fgets.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/fgets.c')
-rw-r--r--src/stdio/fgets.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stdio/fgets.c b/src/stdio/fgets.c
index 8e7bf449..195e724a 100644
--- a/src/stdio/fgets.c
+++ b/src/stdio/fgets.c
@@ -1,6 +1,5 @@
#include <stdio.h>
#include "_stdio.h"
-#undef fgets
/** read a string of characters from a file stream **/