From f738a1c0acc938800b554355b3674584ca51c403 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sat, 26 Nov 2005 19:16:24 +0000 Subject: Adapt to renamed internal __f{ge.pu}tc_unlocked --- libc/stdio/_stdio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/stdio/_stdio.h') diff --git a/libc/stdio/_stdio.h b/libc/stdio/_stdio.h index b8b99b26f..acc6068c7 100644 --- a/libc/stdio/_stdio.h +++ b/libc/stdio/_stdio.h @@ -358,7 +358,7 @@ extern size_t __fwrite_unlocked(const void *__restrict ptr, size_t size, extern size_t __fread_unlocked(void *__restrict ptr, size_t size, size_t nmemb, FILE *__restrict stream) attribute_hidden; -extern int __fputc_unlocked(int c, FILE *stream) attribute_hidden; +extern int __libc_fputc_unlocked(int c, FILE *stream) attribute_hidden; extern int __fflush_unlocked(FILE *stream) attribute_hidden; @@ -368,7 +368,7 @@ extern void __clearerr_unlocked(FILE *stream); extern int __feof_unlocked(FILE *stream); extern int __ferror_unlocked(FILE *stream); -extern int __fgetc_unlocked(FILE *stream) attribute_hidden; +extern int __libc_fgetc_unlocked(FILE *stream) attribute_hidden; extern char *__fgets_unlocked(char *__restrict s, int n, FILE * __restrict stream) attribute_hidden; -- cgit v1.2.3