Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/linux/common comment out ps_siginfo from struct e...
details: https://anonhg.NetBSD.org/src/rev/68a57e7d1f22
branches: trunk
changeset: 499507:68a57e7d1f22
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Tue Nov 21 12:21:43 2000 +0000
description:
comment out ps_siginfo from struct emuldata for now, add int debugreg[8]
update comment a bit
diffstat:
sys/compat/linux/common/linux_emuldata.h | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diffs (25 lines):
diff -r 9463942eb791 -r 68a57e7d1f22 sys/compat/linux/common/linux_emuldata.h
--- a/sys/compat/linux/common/linux_emuldata.h Tue Nov 21 12:21:05 2000 +0000
+++ b/sys/compat/linux/common/linux_emuldata.h Tue Nov 21 12:21:43 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_emuldata.h,v 1.1 1998/12/08 21:00:11 erh Exp $ */
+/* $NetBSD: linux_emuldata.h,v 1.2 2000/11/21 12:21:43 jdolecek Exp $ */
#ifndef _COMMON_LINUX_EMULDATA_H
#define _COMMON_LINUX_EMULDATA_H
@@ -7,9 +7,14 @@
* This is auxillary data the linux compat code
* needs to do its work. A pointer to it is
* stored in the emuldata field of the proc
- * structure. (NOTYET)
+ * structure.
*/
struct linux_emuldata {
+#if notyet
sigset_t ps_siginfo; /* Which signals have a RT handler */
+#endif
+ int debugreg[8]; /* GDB information for ptrace - for use,
+ * see ../arch/i386/linux_ptrace.c */
+
};
#endif /* !_COMMON_LINUX_EMULDATA_H */
Home |
Main Index |
Thread Index |
Old Index