X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fos.h;h=7519f7c8a88bfc3a79e8ff5b5b2194e1a4b3ec2b;hb=a7c2a16d0c2be6709becc962be1cb5e0aeda68c6;hp=b3c313db7a592b13f0d31b9fb90fe3d11bd858ef;hpb=68fd2d2dd6f265669a8957accd8a33e62786a97e;p=sbcl.git diff --git a/src/runtime/os.h b/src/runtime/os.h index b3c313d..7519f7c 100644 --- a/src/runtime/os.h +++ b/src/runtime/os.h @@ -37,18 +37,6 @@ * handler, i.e. the actual type of the thing pointed to by the * void* third argument of a handler */ -/* - #if defined __FreeBSD__ - #include "bsd-os.h" - #elif defined __OpenBSD__ - #include "bsd-os.h" - #elif defined __linux__ - #include "linux-os.h" - #else - #error unsupported OS - #endif -*/ - #include "target-os.h"