142474Sbostic/*- 242474Sbostic * Copyright (c) 1983 The Regents of the University of California. 334391Sbostic * All rights reserved. 434391Sbostic * 542474Sbostic * %sccs.include.redist.c% 621543Sdist */ 79428Smckusick 89428Smckusick#include "SYS.h" 99428Smckusick 1042474Sbostic#if defined(LIBC_SCCS) && !defined(lint) 11*42496Sbostic ASMSTR "@(#)_exit.s 5.8 (Berkeley) 05/31/90" 1242474Sbostic#endif /* LIBC_SCCS and not lint */ 1342474Sbostic 1442474SbosticPSEUDO(_exit,exit) /* _exit(status) */ 15