ptrace(2): Add new si_code value of SIGTRAP: TRAP_CHLD

Sponsored by <The NetBSD Foundation>
This commit is contained in:
kamil 2017-01-10 01:53:25 +00:00
parent 2cfb67c03e
commit 5098b85c3f
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2234 $>
# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2235 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@ -446,3 +446,4 @@ Changes from NetBSD 7.0 to NetBSD 8.0:
PT_GET_SIGINFO and PT_SET_SIGINFO [kamil 20170107]
nsd(8): Add the NSD Authoritative DNS server [christos 20170107]
zlib(3): Import 1.2.10 [christos 20170109]
ptrace(2): Add new si_code value of SIGTRAP: TRAP_CHLD [kamil 20170110]