summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/ftime.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv/linux/ftime.c')
-rw-r--r--sysdeps/unix/sysv/linux/ftime.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/ftime.c b/sysdeps/unix/sysv/linux/ftime.c
index e8b5e6e60b..5a5949f608 100644
--- a/sysdeps/unix/sysv/linux/ftime.c
+++ b/sysdeps/unix/sysv/linux/ftime.c
@@ -1,3 +1,3 @@
/* Linux defines the ftime system call but doesn't actually implement
- it. Use the generic implementation. */
-#include <sysdeps/generic/ftime.c>
+ it. Use the BSD implementation. */
+#include <sysdeps/unix/bsd/ftime.c>