Date: Mon, 23 Jun 2003 02:49:16 -0700 (PDT) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpthread/arch/i386/include ksd.h src/lib/libpthread/thread thr_kern.c Message-ID: <200306230949.h5N9nG11019293@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2003/06/23 02:49:16 PDT FreeBSD src repository Modified files: lib/libpthread/arch/i386/include ksd.h lib/libpthread/thread thr_kern.c Log: Change the definition of _ksd_curkse, _ksd_curthread and _ksd_readandclear_tmbx to be function-like. That way we can define them as inline functions or create prototypes for them. This change allows the ksd interface on ia64 to be fully inlined. Revision Changes Path 1.4 +4 -4 src/lib/libpthread/arch/i386/include/ksd.h 1.70 +3 -3 src/lib/libpthread/thread/thr_kern.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306230949.h5N9nG11019293>