sys/ptrace.h: add missing PTRACE_EVENT_STOP
authorSzabolcs Nagy <nsz@port70.net>
Sun, 8 Jul 2018 13:15:06 +0000 (15:15 +0200)
committerRich Felker <dalias@aerifal.cx>
Wed, 18 Jul 2018 02:24:15 +0000 (22:24 -0400)
commit7ea32a8282b743bb1637b9e1da5f76dcd472a704
treea5a4fd8b79f84643ddf3fda68f4706108f2470ff
parentcbf16c4abf63e47c2e8b34faac8a2a74a64973b5
sys/ptrace.h: add missing PTRACE_EVENT_STOP

new in linux v3.1 commit 3544d72a0e10d0aa1c1bd59ed77a53a59cdc12f7
changed in linux v3.4 commit 5cdf389aee90109e2e3d88085dea4dd5508a3be7

A tracer recieves this event in the waitpid status of a PTRACED_SEIZED
process.
include/sys/ptrace.h