* sysdeps/unix/sysv/linux/kernel-features.h: SH also has
[glibc/pb-stable.git] / stdio-common / tmpfile64.c
blobead3f50fbab529d8eb9c47b982404371266896af
1 #define FLAGS O_LARGEFILE
2 #define tmpfile tmpfile64
3 #include <tmpfile.c>