Declare raise() for Mac OS X.
authorGeorge Koehler <xkernigh@netscape.net>
Wed, 30 Nov 2016 19:33:40 +0000 (14:33 -0500)
committerGeorge Koehler <xkernigh@netscape.net>
Wed, 30 Nov 2016 19:33:40 +0000 (14:33 -0500)
commit543bbcb9ab02a9195271c524733f24621ee37bf3
treea460207baf8147460b72f6b1af901099bab43798
parent0c2b6f523cf39338570f4e7752c48d7b46ddcb0b
Declare raise() for Mac OS X.

This prevents the warning, "implicit declaration of function raise",
in programs that call raise().  I forgot to declare it because the
function raise() is in libc but the declaration goes in libsys.
plat/osx/include/unistd.h