]> git.ipfire.org Git - thirdparty/glibc.git/blob - sysdeps/unix/sysv/linux/ftime.c
ldbl-opt: Reuse argp tests that print long double
[thirdparty/glibc.git] / sysdeps / unix / sysv / linux / ftime.c
1 /* Linux defines the ftime system call but doesn't actually implement
2 it. Use the BSD implementation. */
3 #include <sysdeps/unix/bsd/ftime.c>