X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fundefineds.h;h=da1f0760a742b7146fe6169d1b5cc38e627a31a3;hb=f17e3d27d7ff599f9443d011d17017a2a858c81a;hp=5923dd30b0c584d57aeb63baa8fa8b6127d4f7ae;hpb=01044af1b8d69fc3899dc0417064c1512223223d;p=sbcl.git diff --git a/src/runtime/undefineds.h b/src/runtime/undefineds.h index 5923dd3..da1f076 100644 --- a/src/runtime/undefineds.h +++ b/src/runtime/undefineds.h @@ -12,7 +12,7 @@ * SHARED_FUNCTION(sinh) * SHARED_FUNCTION(strlen) * etc. and the per-OS files could look like - * #define SHARED_FUNCTION(f) .... + * #define SHARED_FUNCTION(f) .... * #include "shared-function-names.h" * ...then going on to do OS-specific things * "Once and only once." @@ -28,7 +28,7 @@ * provided with absolutely no warranty. See the COPYING and CREDITS * files for more information. */ - + /* Pick up all the syscalls. */ F(accept) F(access) @@ -160,7 +160,7 @@ F(sigvec) F(socket) F(socketpair) F(stat) -#ifndef SVR4 +#if !defined(SVR4) && !defined(__OpenBSD__) F(swapon) #endif F(symlink) @@ -211,6 +211,7 @@ F(vfork) F(vhangup) #endif F(wait) +F(waitpid) #if !defined(SOLARIS) || defined(SOLARIS25) F(wait3) #endif @@ -257,7 +258,9 @@ F(gethostbyname) F(gethostbyaddr) /* other miscellaneous things */ -/* FIXME: NetBSD needs to get fixed here too PEM 2004-03-27 */ +/* FIXME: NetBSD plays some renaming games, and so cannot simply + reference symbols here. "NetBSD needs to get fixed here too PEM + 2004-03-27" */ #if defined(SVR4) || defined(__FreeBSD__) F(setpgid) F(getpgid)