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

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