0.6.12.3:
[sbcl.git] / src / runtime / undefineds.h
index acbf329..5ca4e20 100644 (file)
  * 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)