summaryrefslogtreecommitdiff
path: root/src/stdio
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio')
-rw-r--r--src/stdio/fgets.c1
-rw-r--r--src/stdio/fopen.c1
-rw-r--r--src/stdio/getchar.c1
-rw-r--r--src/stdio/tmpfile.c1
4 files changed, 0 insertions, 4 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 **/
diff --git a/src/stdio/fopen.c b/src/stdio/fopen.c
index b62491bc..e2ff7efc 100644
--- a/src/stdio/fopen.c
+++ b/src/stdio/fopen.c
@@ -2,7 +2,6 @@
#include <stdio.h>
#include <stdlib.h>
#include "_stdio.h"
-#undef fopen
/** open a file stream **/
diff --git a/src/stdio/getchar.c b/src/stdio/getchar.c
index faee8889..21f333f2 100644
--- a/src/stdio/getchar.c
+++ b/src/stdio/getchar.c
@@ -1,6 +1,5 @@
#include <stdio.h>
#include "_stdio.h"
-#undef getchar
/** read a character from stdin **/
diff --git a/src/stdio/tmpfile.c b/src/stdio/tmpfile.c
index f19bbdcf..94f2ecff 100644
--- a/src/stdio/tmpfile.c
+++ b/src/stdio/tmpfile.c
@@ -1,6 +1,5 @@
#include <stdio.h>
#include "_stdio.h"
-#undef tmpfile
/** open a temporary file stream **/