1 2 3 4 5 6 7 8 9 10 11 12
#ifdef __KLIBC__ #ifndef _KLIBC_FIXUPS_H #define _KLIBC_FIXUPS_H struct exit_status { short int e_termination; /* process termination status */ short int e_exit; /* process exit status */ }; #endif /* KLIBC_FIXUPS_H */ #endif /* __KLIBC__ */