Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
cmucl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Carl Shapiro
cmucl
Commits
213ce6cf
Commit
213ce6cf
authored
31 years ago
by
hallgren
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lisp/undefineds.h
+31
-2
31 additions, 2 deletions
lisp/undefineds.h
with
31 additions
and
2 deletions
lisp/undefineds.h
+
31
−
2
View file @
213ce6cf
/* 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
199
2
/0
9/08 20:19:21 wlott
Exp $ */
/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/undefineds.h,v 1.
2
199
3
/0
7/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
,
#if
n
def
ibmrt
#if
!
def
ined(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
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment