xref: /csrg-svn/lib/libc/tahoe/sys/profil.s (revision 29475)
1*29475Ssam/*
2*29475Ssam * Copyright (c) 1983 Regents of the University of California.
3*29475Ssam * All rights reserved.  The Berkeley software License Agreement
4*29475Ssam * specifies the terms and conditions for redistribution.
5*29475Ssam */
6*29475Ssam
7*29475Ssam#ifdef SYSLIBC_SCCS
8*29475Ssam_sccsid:.asciz	"@(#)profil.s	5.1 (Berkeley) 07/02/86"
9*29475Ssam#endif SYSLIBC_SCCS
10*29475Ssam
11*29475Ssam#include "SYS.h"
12*29475Ssam
13*29475SsamSYSCALL(profil)
14*29475Ssam	ret
15