Add missing export of fallocate64 on 32-bit platforms.
[glibc.git] / sysdeps / unix / sysv / linux / ftime.c
blob5a5949f6086ad8e37ec0b4adc3938547d3c28258
1 /* Linux defines the ftime system call but doesn't actually implement
2 it. Use the BSD implementation. */
3 #include <sysdeps/unix/bsd/ftime.c>