xref: /csrg-svn/lib/libc/sys/acct.s (revision 21784)
1*21784Sdist/*
2*21784Sdist * Copyright (c) 1983 Regents of the University of California.
3*21784Sdist * All rights reserved.  The Berkeley software License Agreement
4*21784Sdist * specifies the terms and conditions for redistribution.
5*21784Sdist */
69431Smckusick
7*21784Sdist#ifndef lint
8*21784Sdiststatic char sccsid[] = "@(#)acct.s	5.1 (Berkeley) 06/03/85";
9*21784Sdist#endif not lint
10*21784Sdist
119431Smckusick#include "SYS.h"
129431Smckusick
139431SmckusickSYSCALL(acct)
149431Smckusick	ret
15