xref: /csrg-svn/lib/libc/tahoe/sys/_exit.s (revision 42648)
129441Ssam/*
229441Ssam * Copyright (c) 1983 Regents of the University of California.
334389Sbostic * All rights reserved.
434389Sbostic *
5*42648Sbostic * %sccs.include.redist.c%
629441Ssam */
729441Ssam
834389Sbostic#if defined(SYSLIBC_SCCS) && !defined(lint)
9*42648Sbostic	.asciz "@(#)_exit.s	5.4 (Berkeley) 06/01/90"
1034389Sbostic#endif /* SYSLIBC_SCCS and not lint */
1129441Ssam
1229441Ssam#include "SYS.h"
1329441Ssam
1429441Ssam	.align	1
1529441SsamPSEUDO(_exit,exit)
1629441Ssam			# _exit(status)
17