aboutsummaryrefslogtreecommitdiffstats
path: root/libc/include/stdio.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/include/stdio.h')
-rw-r--r--libc/include/stdio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/include/stdio.h b/libc/include/stdio.h
index 43b0fbfe4..38a267771 100644
--- a/libc/include/stdio.h
+++ b/libc/include/stdio.h
@@ -412,7 +412,7 @@ int sprintf(char *dest, const char *format, ...)
#endif
extern char* __fgets_chk(char*, int, FILE*, size_t);
-extern char* __fgets_real(char*, int, FILE*) __asm__(__USER_LABEL_PREFIX__ "fgets");
+extern char* __fgets_real(char*, int, FILE*) __RENAME(fgets);
__errordecl(__fgets_too_big_error, "fgets called with size bigger than buffer");
__errordecl(__fgets_too_small_error, "fgets called with size less than zero");