Date: Wed, 16 Jun 2004 23:05:01 GMT From: Marcel Moolenaar <marcel@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 55111 for review Message-ID: <200406162305.i5GN51t3071085@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=55111 Change 55111 by marcel@marcel_nfs on 2004/06/16 23:04:35 Define lwpid_t as an int32_t. Affected files ... .. //depot/projects/gdb/sys/sys/_types.h#4 edit Differences ... ==== //depot/projects/gdb/sys/sys/_types.h#4 (text+ko) ==== @@ -43,6 +43,7 @@ typedef __int64_t __id_t; /* can hold a gid_t, pid_t, or uid_t */ typedef __uint32_t __ino_t; /* inode number */ typedef long __key_t; /* IPC key (for Sys V IPC) */ +typedef __int32_t __lwpid_t; /* Thread ID (a.k.a. LWP) */ typedef __uint16_t __mode_t; /* permissions */ typedef int __nl_item; typedef __uint16_t __nlink_t; /* link count */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406162305.i5GN51t3071085>