mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
libio: Assume _LIBC, weak_alias, errno, (__set_)errno &c are defined
Do not define _POSIX_SOURCE.
This commit is contained in:
@ -41,7 +41,6 @@ _IO_fread (void *buf, _IO_size_t size, _IO_size_t count, _IO_FILE *fp)
|
||||
}
|
||||
libc_hidden_def (_IO_fread)
|
||||
|
||||
#ifdef weak_alias
|
||||
weak_alias (_IO_fread, fread)
|
||||
|
||||
# ifndef _IO_MTSAFE_IO
|
||||
@ -49,4 +48,3 @@ strong_alias (_IO_fread, __fread_unlocked)
|
||||
libc_hidden_def (__fread_unlocked)
|
||||
weak_alias (_IO_fread, fread_unlocked)
|
||||
# endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user