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:
@ -34,6 +34,4 @@ __fcloseall (void)
|
||||
return _IO_cleanup ();
|
||||
}
|
||||
|
||||
#ifdef weak_alias
|
||||
weak_alias (__fcloseall, fcloseall)
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user