Skip to content
Snippets Groups Projects
Commit 213ce6cf authored by hallgren's avatar hallgren
Browse files

Various additions and deletions for hpux (ifdef'd, of course).

parent 48732d87
No related branches found
No related tags found
No related merge requests found
/* Routines that must be linked into the core for lisp to work. */ /* Routines that must be linked into the core for lisp to work. */
/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/undefineds.h,v 1.1 1992/09/08 20:19:21 wlott Exp $ */ /* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/undefineds.h,v 1.2 1993/07/27 15:11:19 hallgren Exp $ */
/* Pick up all the syscalls. */ /* Pick up all the syscalls. */
accept, accept,
access, access,
acct, acct,
#ifndef hpux
adjtime, adjtime,
#endif
bind, bind,
brk, brk,
chdir, chdir,
...@@ -22,12 +24,16 @@ exit, ...@@ -22,12 +24,16 @@ exit,
fchmod, fchmod,
fchown, fchown,
fcntl, fcntl,
#ifndef hpux
flock, flock,
#endif
fork, fork,
fstat, fstat,
fsync, fsync,
ftruncate, ftruncate,
#ifndef hpux
getdtablesize, getdtablesize,
#endif
getegid, getegid,
geteuid, geteuid,
getgid, getgid,
...@@ -35,14 +41,18 @@ getgroups, ...@@ -35,14 +41,18 @@ getgroups,
gethostid, gethostid,
gethostname, gethostname,
getitimer, getitimer,
#ifndef hpux
getpagesize, getpagesize,
#endif
getpeername, getpeername,
getpgrp, getpgrp,
getpid, getpid,
getppid, getppid,
getpriority, getpriority,
getrlimit, getrlimit,
#ifndef hpux
getrusage, getrusage,
#endif
getsockname, getsockname,
getsockopt, getsockopt,
gettimeofday, gettimeofday,
...@@ -89,15 +99,17 @@ setpriority, ...@@ -89,15 +99,17 @@ setpriority,
#if !defined(SUNOS) && !defined(parisc) #if !defined(SUNOS) && !defined(parisc)
setquota, setquota,
#endif #endif
#ifndef hpux
setregid, setregid,
setreuid, setreuid,
#endif
setrlimit, setrlimit,
setsockopt, setsockopt,
settimeofday, settimeofday,
shutdown, shutdown,
sigblock, sigblock,
sigpause, sigpause,
#ifndef ibmrt #if !defined(ibmrt) && !defined(hpux)
sigreturn, sigreturn,
#endif #endif
sigsetmask, sigsetmask,
...@@ -110,13 +122,22 @@ swapon, ...@@ -110,13 +122,22 @@ swapon,
symlink, symlink,
sync, sync,
syscall, syscall,
#ifdef hpux
closedir,
opendir,
readdir,
tcgetattr,
tcsetattr,
#endif
truncate, truncate,
umask, umask,
#if !defined(SUNOS) && !defined(parisc) #if !defined(SUNOS) && !defined(parisc)
umount, umount,
#endif #endif
unlink, unlink,
#ifndef hpux
utimes, utimes,
#endif
vfork, vfork,
vhangup, vhangup,
wait, wait,
...@@ -135,16 +156,24 @@ atan2, ...@@ -135,16 +156,24 @@ atan2,
sinh, sinh,
cosh, cosh,
tanh, tanh,
#ifndef hpux
asinh, asinh,
acosh, acosh,
atanh, atanh,
#endif
exp, exp,
#ifndef hpux
expm1, expm1,
#endif
log, log,
log10, log10,
#ifndef hpux
log1p, log1p,
#endif
pow, pow,
#ifndef hpux
cbrt, cbrt,
#endif
sqrt, sqrt,
hypot, hypot,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment