Blame sysdeps/unix/sysv/linux/ftime.c

Packit Service 82fcde
/* Linux defines the ftime system call but doesn't actually implement
Packit Service 82fcde
   it.  Use the BSD implementation.  */
Packit Service 82fcde
#include <sysdeps/unix/bsd/ftime.c>