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

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

diff --git a/usr/src/lib/libc/tahoe/sys/ptrace.s b/usr/src/lib/libc/tahoe/sys/ptrace.s
new file mode 100644 (file)
index 0000000..50e62bd
--- /dev/null
@@ -0,0 +1,19 @@
+/*
+ * 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 "@(#)ptrace.s   5.1 (Berkeley) %G%"
+#endif SYSLIBC_SCCS
+
+#include "SYS.h"
+
+ENTRY(ptrace)
+       clrl    _errno
+       kcall   $SYS_ptrace
+       jcs     err
+       ret
+err:
+       jmp     cerror
diff --git a/usr/src/lib/libc/tahoe/sys/quota.s b/usr/src/lib/libc/tahoe/sys/quota.s
new file mode 100644 (file)
index 0000000..c177c91
--- /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 "@(#)quota.s    5.1 (Berkeley) %G%"
+#endif SYSLIBC_SCCS
+
+#include "SYS.h"
+
+SYSCALL(quota)
+       ret