projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebd8ef5
)
signal.h: add missing SIGTRAP si_codes
author
Szabolcs Nagy
<nsz@port70.net>
Sun, 26 Nov 2017 23:20:38 +0000
(23:20 +0000)
committer
Rich Felker
<dalias@aerifal.cx>
Thu, 22 Feb 2018 23:46:31 +0000
(18:46 -0500)
TRAP_BRANCH and TRAP_HWBKPT new in linux commit
da654b74bda14c45a7d98c731bf3c1a43b6b74e2
include/signal.h
patch
|
blob
|
history
diff --git
a/include/signal.h
b/include/signal.h
index 2c8b3d5576044e63198ce345e532cefcfdf7d83c..4001ff49da28065fec859174c6db1844f14165cf 100644
(file)
--- a/
include/signal.h
+++ b/
include/signal.h
@@
-231,6
+231,8
@@
int sigrelse(int);
void (*sigset(int, void (*)(int)))(int);
#define TRAP_BRKPT 1
#define TRAP_TRACE 2
+#define TRAP_BRANCH 3
+#define TRAP_HWBKPT 4
#define POLL_IN 1
#define POLL_OUT 2
#define POLL_MSG 3