ack/mach/sparc/libsys/exit.c

6 lines
36 B
C
Raw Normal View History

1991-09-20 18:14:05 +00:00
exit(n)
{
_cleanup();
_exit(n);
}