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

4 lines
146 B
C

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