cvs commit: src/lib/libc/i386/gen _set_tp.c src/lib/libc/i386/sys
Makefile.inc
Peter Wemm
peter at FreeBSD.org
Tue Apr 26 13:51:16 PDT 2005
peter 2005-04-26 20:51:15 UTC
FreeBSD src repository
Modified files:
lib/libc/i386/gen _set_tp.c
lib/libc/i386/sys Makefile.inc
Log:
Provide stub functions for i386_set_ldt() and i386_get_ldt() even when
compiling as an amd64 support binary. They will return EINVAL on an amd64
kernel, but this simplifies other #ifdefs that were getting a bit nasty.
Revision Changes Path
1.5 +0 -4 src/lib/libc/i386/gen/_set_tp.c
1.31 +4 -3 src/lib/libc/i386/sys/Makefile.inc
More information about the cvs-src
mailing list