date and time created 86/07/02 16:23:15 by sam
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Thu, 3 Jul 1986 07:23:15 +0000 (23:23 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Thu, 3 Jul 1986 07:23:15 +0000 (23:23 -0800)
SCCS-vsn: lib/libc/tahoe/sys/fsync.s 5.1
SCCS-vsn: lib/libc/tahoe/sys/ftruncate.s 5.1

usr/src/lib/libc/tahoe/sys/fsync.s [new file with mode: 0644]
usr/src/lib/libc/tahoe/sys/ftruncate.s [new file with mode: 0644]

diff --git a/usr/src/lib/libc/tahoe/sys/fsync.s b/usr/src/lib/libc/tahoe/sys/fsync.s
new file mode 100644 (file)
index 0000000..2833085
--- /dev/null
@@ -0,0 +1,14 @@
+/*
+ * Copyright (c) 1983 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifdef SYSLIBC_SCCS
+_sccsid:.asciz "@(#)fsync.s    5.1 (Berkeley) %G%"
+#endif SYSLIBC_SCCS
+
+#include "SYS.h"
+
+SYSCALL(fsync)
+       ret
diff --git a/usr/src/lib/libc/tahoe/sys/ftruncate.s b/usr/src/lib/libc/tahoe/sys/ftruncate.s
new file mode 100644 (file)
index 0000000..143270f
--- /dev/null
@@ -0,0 +1,14 @@
+/*
+ * Copyright (c) 1983 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifdef SYSLIBC_SCCS
+_sccsid:.asciz "@(#)ftruncate.s        5.1 (Berkeley) %G%"
+#endif SYSLIBC_SCCS
+
+#include "SYS.h"
+
+SYSCALL(ftruncate)
+       ret