glibc/stdio-common/tmpfile64.c

4 lines
73 B
C
Raw Normal View History

#define FLAGS O_LARGEFILE
#define tmpfile tmpfile64
#include <tmpfile.c>