summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/ftime.c
blob: 5a5949f6086ad8e37ec0b4adc3938547d3c28258 (plain)
1
2
3
/* Linux defines the ftime system call but doesn't actually implement
   it.  Use the BSD implementation.  */
#include <sysdeps/unix/bsd/ftime.c>