xref: /csrg-svn/lib/libc/vax/sys/ptrace.s (revision 34391)
121855Sdist/*
221855Sdist * Copyright (c) 1983 Regents of the University of California.
3*34391Sbostic * All rights reserved.
4*34391Sbostic *
5*34391Sbostic * Redistribution and use in source and binary forms are permitted
6*34391Sbostic * provided that this notice is preserved and that due credit is given
7*34391Sbostic * to the University of California at Berkeley. The name of the University
8*34391Sbostic * may not be used to endorse or promote products derived from this
9*34391Sbostic * software without specific written prior permission. This software
10*34391Sbostic * is provided ``as is'' without express or implied warranty.
1121855Sdist */
129422Smckusick
13*34391Sbostic#if defined(SYSLIBC_SCCS) && !defined(lint)
14*34391Sbostic_sccsid:.asciz	"@(#)ptrace.s	5.4 (Berkeley) 05/20/88"
15*34391Sbostic#endif /* SYSLIBC_SCCS and not lint */
1621855Sdist
179422Smckusick#include "SYS.h"
189422Smckusick
199422SmckusickENTRY(ptrace)
209422Smckusick	clrl	_errno
219422Smckusick	chmk	$SYS_ptrace
229422Smckusick	jcs	err
239422Smckusick	ret
249422Smckusickerr:
259422Smckusick	jmp	cerror
26