summaryrefslogtreecommitdiffstats
path: root/sys/sys/pioctl.h
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2001-10-22 02:00:33 +0000
committerdes <des@FreeBSD.org>2001-10-22 02:00:33 +0000
commit095e24ea8722411d703fc3f8b9150e6078ea8e4a (patch)
tree1bc9a1bb1f0f5eda2474f9aa7b1bcab48dd2e990 /sys/sys/pioctl.h
parentb4cb5029c7eb3feedbefb10995c9ca878e63081f (diff)
downloadFreeBSD-src-095e24ea8722411d703fc3f8b9150e6078ea8e4a.zip
FreeBSD-src-095e24ea8722411d703fc3f8b9150e6078ea8e4a.tar.gz
Move the stop event macros from pioctl.h to proc.h, and add an S_ALLSTOPS
macro to represent "all stop events".
Diffstat (limited to 'sys/sys/pioctl.h')
-rw-r--r--sys/sys/pioctl.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/sys/pioctl.h b/sys/sys/pioctl.h
index b43a47f..4568876 100644
--- a/sys/sys/pioctl.h
+++ b/sys/sys/pioctl.h
@@ -59,13 +59,6 @@ struct procfs_status {
# define PIOCSTATUS _IOR('p', 6, struct procfs_status)
# define PIOCGFL _IOR('p', 7, unsigned int) /* Get flags */
-# define S_EXEC 0x00000001 /* stop-on-exec */
-# define S_SIG 0x00000002 /* stop-on-signal */
-# define S_SCE 0x00000004 /* stop on syscall entry */
-# define S_SCX 0x00000008 /* stop on syscall exit */
-# define S_CORE 0x00000010 /* stop on coredump */
-# define S_EXIT 0x00000020 /* stop on exit */
-
/*
* If PF_LINGER is set in procp->p_pfsflags, then the last close
* of a /proc/<pid>/mem file will nto clear out the stops and continue
OpenPOWER on IntegriCloud