_exit.s 83 B

1234567
  1. #include "SYS.h"
  2. .global __exit
  3. __exit:
  4. ld [%l0], %o0
  5. set SYS_exit, %g1
  6. ta %g0