aboutsummaryrefslogtreecommitdiff
path: root/gdb/procfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/procfs.c')
-rw-r--r--gdb/procfs.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/procfs.c b/gdb/procfs.c
index 2d24d9c..6e56e6c 100644
--- a/gdb/procfs.c
+++ b/gdb/procfs.c
@@ -2750,6 +2750,8 @@ proc_set_exec_trap ()
modify_run_on_last_close_flag (fd, 1);
+#ifndef UNIXWARE /* since this is a solaris-ism, we don't want it */
+ /* NOTE: revisit when doing thread support for UW */
#ifdef PR_ASYNC
{
long pr_flags;
@@ -2769,6 +2771,7 @@ proc_set_exec_trap ()
#endif
}
#endif /* PR_ASYNC */
+#endif /* !UNIXWARE */
}
/*