X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fundefineds.h;h=5ca4e20ee94ce5690f70cd55c9851faa67d2f474;hb=dfa55a883f94470267b626dae77ce7e7dfac3df6;hp=acbf329b9ef32440b2b679ae404f83646f400131;hpb=8fc5fda05f92d69c95b47e4ad7561d91dab18c3e;p=sbcl.git diff --git a/src/runtime/undefineds.h b/src/runtime/undefineds.h index acbf329..5ca4e20 100644 --- a/src/runtime/undefineds.h +++ b/src/runtime/undefineds.h @@ -13,17 +13,10 @@ * files for more information. */ -/* - * $Header$ - */ - /* Pick up all the syscalls. */ F(accept) F(access) F(acct) -#ifndef hpux -F(adjtime) -#endif F(bind) F(brk) #if defined(hpux) \ @@ -135,16 +128,6 @@ F(setpgrp) #if !defined(SVR4) || defined(SOLARIS25) F(setpriority) #endif -#if !defined(mach) \ - && !defined(SOLARIS) \ - && !defined(__FreeBSD__) \ - && !defined(__OpenBSD__) \ - && !defined(SUNOS) \ - && !defined(osf1) \ - && !defined(irix) \ - && !defined(hpux) -F(setquota) -#endif #if !defined(hpux) && !defined(SVR4) || defined(SOLARIS25) F(setregid) F(setreuid) @@ -174,9 +157,12 @@ F(swapon) F(symlink) F(sync) F(syscall) -#if defined(hpux) || defined(SVR4) +#if defined(hpux) || defined(SVR4) || defined(linux) F(closedir) F(opendir) +#if defined(readdir) +#undef reddir +#endif F(readdir) #endif #if defined(hpux) \ @@ -266,10 +252,6 @@ D(altzone) D(daylight) #endif D(tzname) -F(dlopen) -F(dlsym) -F(dlclose) -F(dlerror) #endif #if !defined (SOLARIS) || defined(SOLARIS25) F(getwd) @@ -279,3 +261,8 @@ F(ttyname) #ifdef irix F(_getpty) #endif + +F(dlopen) +F(dlsym) +F(dlclose) +F(dlerror)