xref: /csrg-svn/lib/libc/vax/sys/_exit.s (revision 21543)
1*21543Sdist/*
2*21543Sdist * Copyright (c) 1983 Regents of the University of California.
3*21543Sdist * All rights reserved.  The Berkeley software License Agreement
4*21543Sdist * specifies the terms and conditions for redistribution.
5*21543Sdist */
69428Smckusick
7*21543Sdist#ifndef lint
8*21543Sdiststatic char sccsid[] = "@(#)_exit.s	5.1 (Berkeley) 05/31/85";
9*21543Sdist#endif not lint
10*21543Sdist
119428Smckusick#include "SYS.h"
129428Smckusick
139428Smckusick	.align	1
149428SmckusickPSEUDO(_exit,exit)
159428Smckusick			# _exit(status)
16