Change the 'exit()' system call to 'sys_exit()'. This avoids overlapping
gcc's internal exit() prototypes and the (futile) hackery that we did to
try and avoid warnings. main() was renamed for similar reasons.
Remove an exit related hack from makesyscalls.sh.
Description
Description
Details
Details
- Provenance
peter Authored on - Parents
- rS63985: "Fix" cast qualifier warnings using the uintptr_t intermediate trick.
- Branches
- Unknown
- Tags