129476Ssam/* 2*61190Sbostic * Copyright (c) 1983, 1993 3*61190Sbostic * The Regents of the University of California. All rights reserved. 434389Sbostic * 542648Sbostic * %sccs.include.redist.c% 629476Ssam */ 729476Ssam 834389Sbostic#if defined(SYSLIBC_SCCS) && !defined(lint) 9*61190Sbostic .asciz "@(#)ptrace.s 8.1 (Berkeley) 06/04/93" 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