PERFORCE change 103288 for review
John Birrell
jb at FreeBSD.org
Sat Aug 5 22:11:58 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=103288
Change 103288 by jb at jb_freebsd2 on 2006/08/05 22:11:13
White-space changes to new definitions not in current yet.
Affected files ...
.. //depot/projects/dtrace/src/sys/sys/ptrace.h#5 edit
Differences ...
==== //depot/projects/dtrace/src/sys/sys/ptrace.h#5 (text+ko) ====
@@ -89,19 +89,19 @@
struct ptrace_lwpinfo {
lwpid_t pl_lwpid; /* LWP described. */
int pl_event; /* Event that stopped the LWP. */
-#define PL_EVENT_NONE 0
-#define PL_EVENT_SIGNAL 1
+#define PL_EVENT_NONE 0
+#define PL_EVENT_SIGNAL 1
#define PL_EVENT_SYSENTER 2
#define PL_EVENT_SYSEXIT 3
int pl_flags; /* LWP flags. */
-#define PL_FLAG_SA 0x01 /* M:N thread */
-#define PL_FLAG_BOUND 0x02 /* M:N bound thread */
+#define PL_FLAG_SA 0x01 /* M:N thread */
+#define PL_FLAG_BOUND 0x02 /* M:N bound thread */
sigset_t pl_sigmask; /* LWP signal mask */
sigset_t pl_siglist; /* LWP pending signal */
union {
int _pl_signal;
- }pl_data;
+ } pl_data;
};
#define pl_signal pl_data._pl_signal
More information about the p4-projects
mailing list