X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fundefineds.h;h=443afa7f34e39d3835dca1b244e63d6361a939c6;hb=a1a2c079c7654defb618baad0dddcf0eaf2ce64f;hp=0688a0880d5969c8695c1a465660ebf37303088f;hpb=35e306eeebc40ce947247e3df47a63f47d01734d;p=sbcl.git diff --git a/src/runtime/undefineds.h b/src/runtime/undefineds.h index 0688a08..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__) @@ -153,7 +150,7 @@ F(swapon) F(symlink) F(sync) F(syscall) -#if defined(hpux) || defined(SVR4) || defined(linux) +#if defined(hpux) || defined(SVR4) || defined(__linux__) F(closedir) F(opendir) #if defined(readdir) @@ -202,7 +199,7 @@ F(wait3) F(write) F(writev) -/* Math routines. */ +/* math routines */ F(cos) F(sin) F(tan) @@ -234,11 +231,11 @@ F(sqrt) #endif F(hypot) -/* Network support. */ +/* network support */ F(gethostbyname) F(gethostbyaddr) -/* Other miscellaneous things. */ +/* other miscellaneous things */ #if defined(SVR4) || defined(__FreeBSD__) F(setpgid) F(getpgid) @@ -249,9 +246,7 @@ D(daylight) #endif D(tzname) #endif -#if !defined (SOLARIS) || defined(SOLARIS25) -F(getwd) -#endif +F(getcwd) F(ttyname) #ifdef irix