X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fundefineds.h;h=f492ab9fe88534746a9414c86507ec7ddf7d92b6;hb=c0578d9893429c9c0da80ea5920360e4621fddab;hp=78c58b1c95ae995b1954eeab31da65bf4f67cde1;hpb=4f9ca5ebd934f060f099ce12cd9a3851ba1fc990;p=sbcl.git diff --git a/src/runtime/undefineds.h b/src/runtime/undefineds.h index 78c58b1..f492ab9 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)