PERFORCE change 55111 for review

Marcel Moolenaar marcel at FreeBSD.org
Wed Jun 16 23:05:12 GMT 2004


http://perforce.freebsd.org/chv.cgi?CH=55111

Change 55111 by marcel at 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 */


More information about the p4-projects mailing list