Newer
Older
/* 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.12 1997/02/18 05:02:08 dtc Exp $ */
bind,
brk,
chdir,
chmod,
chown,
chroot,
close,
connect,
creat,
dup,
dup2,
execve,
exit,
fchmod,
fchown,
fcntl,
#if !defined(hpux) && !defined(SVR4)
getsockname,
getsockopt,
gettimeofday,
getuid,
ioctl,
kill,
link,
listen,
lseek,
lstat,
mkdir,
mknod,
mount,
open,
pipe,
recv,
recvfrom,
recvmsg,
rename,
rmdir,
sbrk,
select,
send,
sendmsg,
sendto,
setgroups,
#if !defined(SUNOS) && !defined(SOLARIS) || defined(SOLARIS25)
#if !defined(mach) && !defined(SOLARIS) && !defined(__FreeBSD__) && !defined(__linux__)
#if !defined(hpux) && !defined(SVR4) || defined(SOLARIS25)
#if !defined(ibmrt) && !defined(hpux) && !defined(SVR4) && !defined(i386)
closedir,
opendir,
readdir,
tcgetattr,
tcsetattr,
#endif
#if !defined(SUNOS) && !defined(parisc) && !defined(SOLARIS) \
&& !defined(__FreeBSD__)
write,
writev,
/* Math routines. */
cos,
sin,
tan,
acos,
asin,
atan,
atan2,
sinh,
cosh,
tanh,
asinh,
acosh,
atanh,
exp,
hypot,
/* Network support. */
gethostbyname,
gethostbyaddr,
/* Other random things. */
setpgid,
getpgid,
timezone,
altzone,
daylight,
tzname,
dlopen,
dlsym,
dlclose,
dlerror,
#endif