glibc/stdio-common/tmpfile64.c

4 lines
73 B
C
Raw Normal View History

2007-08-14 07:38:41 +00:00
#define FLAGS O_LARGEFILE
#define tmpfile tmpfile64
2005-12-27 14:48:14 +00:00
#include <tmpfile.c>