Date: Sat, 19 Jun 2004 17:58:32 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_thread.c src/sys/sys _types.h proc.h types.h Message-ID: <200406191758.i5JHwWxh060425@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2004-06-19 17:58:32 UTC FreeBSD src repository Modified files: sys/kern kern_thread.c sys/sys _types.h proc.h types.h Log: Define __lwpid_t as an int32_t in <sys/_types.h> and define lwpid_t as an __lwpid_t in <sys/types.h>. Retype td_tid from an int to a lwpid_t and change related definitions accordingly. Revision Changes Path 1.183 +6 -4 src/sys/kern/kern_thread.c 1.19 +1 -0 src/sys/sys/_types.h 1.381 +2 -2 src/sys/sys/proc.h 1.90 +5 -0 src/sys/sys/types.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406191758.i5JHwWxh060425>