summaryrefslogtreecommitdiff
path: root/klibc_fixups/klibc_fixups.h
blob: 8d2933b1b69b20477dd6b379b1273b8477be109b (plain)
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__ */