summaryrefslogtreecommitdiff
path: root/src/stdio/getc_unlocked.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/getc_unlocked.c')
-rw-r--r--src/stdio/getc_unlocked.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/stdio/getc_unlocked.c b/src/stdio/getc_unlocked.c
index 8e688a64..c5186bcc 100644
--- a/src/stdio/getc_unlocked.c
+++ b/src/stdio/getc_unlocked.c
@@ -9,11 +9,6 @@
#define read(_fd, _buf, _size) __syscall(__syscall_lookup(read), _fd, _buf, _size)
#endif
-#if !defined _POSIX_C_SOURCE || _POSIX_C_SOURCE < 199506
-#define getc_unlocked __getc_unlocked
- static
-#endif
-
int getc_unlocked(FILE * stream)
{
char c = 0;