xref: /csrg-svn/lib/libc/tahoe/sys/ptrace.s (revision 42648)
129476Ssam/*
229476Ssam * Copyright (c) 1983 Regents of the University of California.
334389Sbostic * All rights reserved.
434389Sbostic *
5*42648Sbostic * %sccs.include.redist.c%
629476Ssam */
729476Ssam
834389Sbostic#if defined(SYSLIBC_SCCS) && !defined(lint)
9*42648Sbostic	.asciz "@(#)ptrace.s	5.4 (Berkeley) 06/01/90"
1034389Sbostic#endif /* SYSLIBC_SCCS and not lint */
1129476Ssam
1229476Ssam#include "SYS.h"
1329476Ssam
1429476SsamENTRY(ptrace)
1529476Ssam	clrl	_errno
1629476Ssam	kcall	$SYS_ptrace
1729476Ssam	jcs	err
1829476Ssam	ret
1929476Ssamerr:
2029476Ssam	jmp	cerror
21