Date: Tue, 26 Apr 2005 20:51:15 +0000 (UTC) From: Peter Wemm <peter@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/i386/gen _set_tp.c src/lib/libc/i386/sys Makefile.inc Message-ID: <200504262051.j3QKpFgu046751@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504262051.j3QKpFgu046751>