Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Jul 2000 02:17:33 +1000 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        Peter Wemm <peter@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/kern kern_exit.c makesyscalls.sh         syscalls.master src/sys/alpha/osf1 syscalls.master         src/sys/i386/ibcs2 syscalls.master src/sys/i386/linux         syscalls.master src/sys/svr4 syscalls.master
Message-ID:  <Pine.BSF.4.21.0007300215080.8493-100000@besplex.bde.org>
In-Reply-To: <200007290016.RAA70004@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 28 Jul 2000, Peter Wemm wrote:

> peter       2000/07/28 17:16:28 PDT
> 
>   Modified files:
>     sys/kern             kern_exit.c makesyscalls.sh 
>                          syscalls.master 
>     sys/alpha/osf1       syscalls.master 
>     sys/i386/ibcs2       syscalls.master 
>     sys/i386/linux       syscalls.master 
>     sys/svr4             syscalls.master 
>   Log:
>   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.

Compiling with -ffreestanding should prevent this sort of problem, but it
didn't work right for main() last time I looked.

Bruce



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0007300215080.8493-100000>