mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
libio: Assume _LIBC, weak_alias, errno, (__set_)errno &c are defined
Do not define _POSIX_SOURCE.
This commit is contained in:
@ -42,7 +42,6 @@ _IO_fputs (const char *str, _IO_FILE *fp)
|
||||
}
|
||||
libc_hidden_def (_IO_fputs)
|
||||
|
||||
#ifdef weak_alias
|
||||
weak_alias (_IO_fputs, fputs)
|
||||
|
||||
# ifndef _IO_MTSAFE_IO
|
||||
@ -51,4 +50,3 @@ libc_hidden_def (__fputs_unlocked)
|
||||
weak_alias (_IO_fputs, fputs_unlocked)
|
||||
libc_hidden_ver (_IO_fputs, fputs_unlocked)
|
||||
# endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user