com32: make _Exit just an ordinary symbol
authorH. Peter Anvin <hpa@zytor.com>
Wed, 15 Oct 2008 01:05:28 +0000 (18:05 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 15 Oct 2008 01:05:28 +0000 (18:05 -0700)
commit76a5364b512fdb199576c5d2163801c457aa204c
tree4bf705e5468258f8e85ddd47e08c704ca48797a5
parentd564e93154eb291bcd477868f40fec1701a76e8b
com32: make _Exit just an ordinary symbol

Make _Exit just an ordinary symbol which aliases _exit.  This avoids
some versions of gcc complaining about the inline, which is rather
unnecessary anyway.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
com32/include/stdlib.h
com32/lib/sys/exit.S