diff options
author | des <des@FreeBSD.org> | 2001-11-02 23:15:13 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2001-11-02 23:15:13 +0000 |
commit | 604e648a359bcac9a5de8be12d8a6a5d26b0dc42 (patch) | |
tree | 54ffb0158a580cc97dfecd3d06ff24b08a3715c0 | |
parent | 4d613e6699ffda983b9a6bab117c0f30ad40d174 (diff) | |
download | FreeBSD-src-604e648a359bcac9a5de8be12d8a6a5d26b0dc42.zip FreeBSD-src-604e648a359bcac9a5de8be12d8a6a5d26b0dc42.tar.gz |
Add the as-yet-unused S_ALLSTOPS which I forgot in previous commit.
-rw-r--r-- | sys/sys/pioctl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/pioctl.h b/sys/sys/pioctl.h index 0744d8d..b7a2cea 100644 --- a/sys/sys/pioctl.h +++ b/sys/sys/pioctl.h @@ -65,6 +65,7 @@ struct procfs_status { # define S_SCX 0x00000008 /* stop on syscall exit */ # define S_CORE 0x00000010 /* stop on coredump */ # define S_EXIT 0x00000020 /* stop on exit */ +# define S_ALLSTOPS 0x003f /* stop on all events */ /* * If PF_LINGER is set in procp->p_pfsflags, then the last close |