Skip to content
Snippets Groups Projects
Commit 2491052f authored by dtc's avatar dtc
Browse files

Remove problematic unused symbols noted by Brian Spilsbury.

parent 1f346e5d
No related branches found
No related tags found
No related merge requests found
/* linux-stubs.S
$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/linux-stubs.S,v 1.4 1997/10/02 17:10:32 dtc Exp $
$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/linux-stubs.S,v 1.5 1997/10/02 17:42:21 dtc Exp $
These are needed because the locations of the
libraries are filled in by ld.so at runtime.
......@@ -168,7 +168,6 @@ PVE_stub_ ## fct: ;\
doe(fclose)
doe(fcntl)
doe(fcvt)
doe(fdatasync)
doe(fdopen)
doe(feof)
doe(ferror)
......@@ -426,7 +425,6 @@ PVE_stub_ ## fct: ;\
doe(munlock)
doe(munlockall)
doe(munmap)
doe(nanosleep)
doe(nice)
doe(nl_langinfo)
doe(nrand48)
......@@ -557,14 +555,6 @@ PVE_stub_ ## fct: ;\
doe(sbrk)
doe(scandir)
doe(scanf)
doe(sched_get_priority_max)
doe(sched_get_priority_min)
doe(sched_getparam)
doe(sched_getscheduler)
doe(sched_rr_get_interval)
doe(sched_setparam)
doe(sched_setscheduler)
doe(sched_yield)
doe(seed48)
doe(seekdir)
doe(select)
......@@ -731,7 +721,6 @@ PVE_stub_ ## fct: ;\
doe(syscall_readv)
doe(syscall_writev)
doe(sysconf)
doe(sysctl)
doe(sysinfo)
doe(syslog)
doe(system)
......
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