xref: /csrg-svn/lib/libc/sys/ktrace.s (revision 36361)
1*36361Smarc/*
2*36361Smarc * Copyright (c) 1983 Regents of the University of California.
3*36361Smarc * All rights reserved.
4*36361Smarc *
5*36361Smarc * Redistribution and use in source and binary forms are permitted
6*36361Smarc * provided that the above copyright notice and this paragraph are
7*36361Smarc * duplicated in all such forms and that any documentation,
8*36361Smarc * advertising materials, and other materials related to such
9*36361Smarc * distribution and use acknowledge that the software was developed
10*36361Smarc * by the University of California, Berkeley.  The name of the
11*36361Smarc * University may not be used to endorse or promote products derived
12*36361Smarc * from this software without specific prior written permission.
13*36361Smarc * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
14*36361Smarc * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
15*36361Smarc * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
16*36361Smarc */
17*36361Smarc
18*36361Smarc#if defined(SYSLIBC_SCCS) && !defined(lint)
19*36361Smarc	.asciz "@(#)ktrace.s	5.1 (Berkeley) 12/14/88"
20*36361Smarc#endif /* SYSLIBC_SCCS and not lint */
21*36361Smarc
22*36361Smarc#include "SYS.h"
23*36361Smarc
24*36361SmarcSYSCALL(ktrace)
25*36361Smarc	ret		#
26