Home | History | Annotate | Download | only in ld-x86-64
      1 #include <stdlib.h>
      2 
      3 void
      4 myexit (int status)
      5 {
      6   exit (status);
      7 }
      8