summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/Makefile.inc
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-03-21 06:45:32 +0000
committerpeter <peter@FreeBSD.org>2002-03-21 06:45:32 +0000
commite0773a724ed7f72042fe8f093d8f1e26b684f15c (patch)
tree25339f74f497814258372705d8abd4b7bf0a414d /lib/libc/gen/Makefile.inc
parent7ca3d3c8ba07f6a4f23e56705cb099de16686149 (diff)
downloadFreeBSD-src-e0773a724ed7f72042fe8f093d8f1e26b684f15c.zip
FreeBSD-src-e0773a724ed7f72042fe8f093d8f1e26b684f15c.tar.gz
Move swapcontext.c to the ${MACHINE_ARCH}/gen/Makefile.inc area, otherwise
it causes undefined references to getcontext() and setcontext() on platforms other than i386 and alpha.
Diffstat (limited to 'lib/libc/gen/Makefile.inc')
-rw-r--r--lib/libc/gen/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/Makefile.inc b/lib/libc/gen/Makefile.inc
index 6f18368..40d9f6b 100644
--- a/lib/libc/gen/Makefile.inc
+++ b/lib/libc/gen/Makefile.inc
@@ -27,7 +27,7 @@ SRCS+= __xuname.c _pthread_stubs.c _rand48.c _spinlock_stub.c _thread_init.c \
setproctitle.c setprogname.c \
shmat.c shmctl.c shmdt.c shmget.c siginterrupt.c siglist.c signal.c \
sigsetops.c sleep.c srand48.c stringlist.c strtofflags.c \
- swapcontext.c sysconf.c sysctl.c sysctlbyname.c sysctlnametomib.c \
+ sysconf.c sysctl.c sysctlbyname.c sysctlnametomib.c \
syslog.c telldir.c termios.c time.c times.c timezone.c ttyname.c \
ttyslot.c ualarm.c uname.c unvis.c usleep.c utime.c valloc.c vis.c \
wait.c wait3.c waitpid.c
OpenPOWER on IntegriCloud