1
0
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:
Roland McGrath
2012-07-30 16:09:11 -07:00
parent fc56c5bbc1
commit bea9b19322
39 changed files with 292 additions and 80 deletions

View File

@ -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>