cvs commit: src/sys/kern kern_thread.c src/sys/sys _types.h proc.h
types.h
Marcel Moolenaar
marcel at FreeBSD.org
Sat Jun 19 10:59:35 PDT 2004
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
More information about the cvs-src
mailing list