diff options
author | deischen <deischen@FreeBSD.org> | 2002-11-16 06:39:11 +0000 |
---|---|---|
committer | deischen <deischen@FreeBSD.org> | 2002-11-16 06:39:11 +0000 |
commit | 4cf0594a9e451bc0c48f368bd1ec2f064332e2ca (patch) | |
tree | 187b54e82ccf9846c652fe26a47e02311b8b31e2 /lib/libc/i386 | |
parent | 8ef1ab287a2d479cb2b67fe15b960270c87809ab (diff) | |
download | FreeBSD-src-4cf0594a9e451bc0c48f368bd1ec2f064332e2ca.zip FreeBSD-src-4cf0594a9e451bc0c48f368bd1ec2f064332e2ca.tar.gz |
Disconnect the userland get/set/swapcontext() functions from
libc. I want to keep these in some version for the thread
library/ies, but don't know whether to have them repo-copied
to libc_r or renamed and kept in libc.
Change the name of an alpha macro that was changed with the
system call commit.
Diffstat (limited to 'lib/libc/i386')
-rw-r--r-- | lib/libc/i386/gen/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/i386/gen/Makefile.inc b/lib/libc/i386/gen/Makefile.inc index c8656d1..2761608 100644 --- a/lib/libc/i386/gen/Makefile.inc +++ b/lib/libc/i386/gen/Makefile.inc @@ -1,6 +1,6 @@ # @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 # $FreeBSD$ -SRCS+= _ctx_start.S _setjmp.S alloca.S fabs.S frexp.c getcontext.S \ +SRCS+= _ctx_start.S _setjmp.S alloca.S fabs.S frexp.c \ infinity.c isinf.c ldexp.c makecontext.c modf.S \ - rfork_thread.S setjmp.S signalcontext.c sigsetjmp.S swapcontext.c + rfork_thread.S setjmp.S signalcontext.c sigsetjmp.S |