xref: /csrg-svn/lib/libc/sys/ktrace.s (revision 41832)
136361Smarc/*
236361Smarc * Copyright (c) 1983 Regents of the University of California.
336361Smarc * All rights reserved.
436361Smarc *
536361Smarc * Redistribution and use in source and binary forms are permitted
636361Smarc * provided that the above copyright notice and this paragraph are
736361Smarc * duplicated in all such forms and that any documentation,
836361Smarc * advertising materials, and other materials related to such
936361Smarc * distribution and use acknowledge that the software was developed
1036361Smarc * by the University of California, Berkeley.  The name of the
1136361Smarc * University may not be used to endorse or promote products derived
1236361Smarc * from this software without specific prior written permission.
1336361Smarc * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
1436361Smarc * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
1536361Smarc * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
1636361Smarc */
1736361Smarc
1836361Smarc#if defined(SYSLIBC_SCCS) && !defined(lint)
19*41832Sbostic	.asciz "@(#)ktrace.s	5.2 (Berkeley) 05/12/90"
2036361Smarc#endif /* SYSLIBC_SCCS and not lint */
2136361Smarc
2236361Smarc#include "SYS.h"
2336361Smarc
2436361SmarcSYSCALL(ktrace)
25*41832Sbostic	ret		/* err = ktrace(file, ops, trpoints, pid); */
26