diff options
Diffstat (limited to 'src/stdio/fputc.c')
| -rw-r--r-- | src/stdio/fputc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdio/fputc.c b/src/stdio/fputc.c index 063d13a7..20cf5c6b 100644 --- a/src/stdio/fputc.c +++ b/src/stdio/fputc.c @@ -6,7 +6,7 @@ #include "unistd.h" #else #include "../_syscall.h" -#define write(_fd, _buf, _size) __syscall(__lookup("write"), _fd, _buf, _size) +#define write(_fd, _buf, _size) __syscall(__syscall_lookup(write), _fd, _buf, _size) #endif /** write a character to a file stream **/ |
