Remove sys/syscall.h, sys/types.h, linux/posix_types.h, sysdep.h and pthread-function...
[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>