X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fundefineds.h;h=2d73046761a869d22dfbc01f02f0ce1a8e424207;hb=cb7837b769ce190baec60a2159c33099816ea6e3;hp=0826b59382c7db6f32e6683f761a70bd916f4d3d;hpb=a530bbe337109d898d5b4a001fc8f1afa3b5dc39;p=sbcl.git diff --git a/src/runtime/undefineds.h b/src/runtime/undefineds.h index 0826b59..2d73046 100644 --- a/src/runtime/undefineds.h +++ b/src/runtime/undefineds.h @@ -13,10 +13,6 @@ * files for more information. */ -/* - * $Header$ - */ - /* Pick up all the syscalls. */ F(accept) F(access) @@ -257,12 +253,14 @@ F(gethostbyname) F(gethostbyaddr) /* Other miscellaneous things. */ -#if defined(SVR4) +#if defined(SVR4) || defined(__FreeBSD__) F(setpgid) F(getpgid) D(timezone) +#if !defined(__FreeBSD__) D(altzone) D(daylight) +#endif D(tzname) F(dlopen) F(dlsym)