mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Fix lots of bitrot for stub configurations.
This commit is contained in:
@ -58,6 +58,10 @@ tmpfile (void)
|
||||
return f;
|
||||
}
|
||||
|
||||
#if !defined O_LARGEFILE || O_LARGEFILE == 0
|
||||
weak_alias (__new_tmpfile, tmpfile64)
|
||||
#endif
|
||||
|
||||
#ifndef FLAGS /* Not for tmpfile64. */
|
||||
# undef tmpfile
|
||||
# include <shlib-compat.h>
|
||||
|
Reference in New Issue
Block a user