diff options
author | marcel <marcel@FreeBSD.org> | 1999-11-26 10:20:10 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 1999-11-26 10:20:10 +0000 |
commit | b35fbc0583b334f31488bb2ae111602a84688322 (patch) | |
tree | 28edc739a2f175f086449d5d22d83ab7df2bc56f /sys/i386/linux/linux_dummy.c | |
parent | e9a637e9c98a006de9801a4c9e4d78c438f2e0a2 (diff) | |
download | FreeBSD-src-b35fbc0583b334f31488bb2ae111602a84688322.zip FreeBSD-src-b35fbc0583b334f31488bb2ae111602a84688322.tar.gz |
Implement fdatasync in terms of fsync. The regeneration of proto.h,
syscall.h and sysent.h was probably forgotten after the last change
syscalls.master.
Diffstat (limited to 'sys/i386/linux/linux_dummy.c')
-rw-r--r-- | sys/i386/linux/linux_dummy.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/i386/linux/linux_dummy.c b/sys/i386/linux/linux_dummy.c index 04c3b4a..ce5586b 100644 --- a/sys/i386/linux/linux_dummy.c +++ b/sys/i386/linux/linux_dummy.c @@ -88,7 +88,6 @@ DUMMY(afs_syscall); DUMMY(setfsuid); DUMMY(setfsgid); DUMMY(getsid); -DUMMY(fdatasync); DUMMY(sysctl); DUMMY(setresuid); DUMMY(getresuid); |