glibc/stdio-common/tmpfile64.c

4 lines
73 B
C

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