X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fundefineds.h;h=443afa7f34e39d3835dca1b244e63d6361a939c6;hb=e48026257ea92807b2a5ee799476be198fc64dd6;hp=4211971cb877c8286681b7f135e2c185332796c1;hpb=e88f9c7fd830938e1261cc424437905fb50179ae;p=sbcl.git diff --git a/src/runtime/undefineds.h b/src/runtime/undefineds.h index 4211971..443afa7 100644 --- a/src/runtime/undefineds.h +++ b/src/runtime/undefineds.h @@ -56,9 +56,6 @@ F(getegid) F(geteuid) F(getgid) F(getgroups) -#if !defined (SOLARIS) || defined(SOLARIS25) -F(gethostid) -#endif F(gethostname) F(getitimer) #if !defined(hpux) && !defined(SVR4) || defined(SOLARIS25) @@ -136,7 +133,7 @@ F(shutdown) F(sigblock) #endif F(sigpause) -#if !defined(ibmrt) && !defined(hpux) && !defined(SVR4) && !defined(__i386__) +#if !defined(hpux) && !defined(SVR4) && !defined(__i386__) F(sigreturn) #endif #if !defined(SVR4) && !defined(__FreeBSD__) && !defined(__OpenBSD__)