HomeFreeBSD

Change the 'exit()' system call to 'sys_exit()'. This avoids overlapping
rS63986Unpublished

Unpublished Commit ยท Learn More

No further details are available.

Description

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.

Details

Provenance
peterAuthored on
Parents
rS63985: "Fix" cast qualifier warnings using the uintptr_t intermediate trick.
Branches
Unknown
Tags
Unknown