xref: /original-bsd/lib/libc/vax/sys/_exit.s (revision 8b402277)
1/*-
2 * Copyright (c) 1983 The Regents of the University of California.
3 * All rights reserved.
4 *
5 * %sccs.include.redist.c%
6 */
7
8#include "SYS.h"
9
10#if defined(LIBC_SCCS) && !defined(lint)
11	ASMSTR "@(#)_exit.s	5.8 (Berkeley) 05/31/90"
12#endif /* LIBC_SCCS and not lint */
13
14PSEUDO(_exit,exit)	/* _exit(status) */
15