about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@redhat.com>2013-11-25 14:57:42 -0500
committerCarlos O'Donell <carlos@redhat.com>2013-11-25 14:57:42 -0500
commita7624ed987f060d0079f7331a9b12ea250c81cd6 (patch)
tree131f8f6bc6f0a49fc64af8075e138df6b912870a /ChangeLog
parent67ea2c9a69598edc6487c4b68942ab7b6bb27ad9 (diff)
downloadglibc-a7624ed987f060d0079f7331a9b12ea250c81cd6.tar.gz
glibc-a7624ed987f060d0079f7331a9b12ea250c81cd6.tar.xz
glibc-a7624ed987f060d0079f7331a9b12ea250c81cd6.zip
Fix typo in sys/ptrace.h.
The event code is PTRACE_EVENT_SECCOMP, not PTRAVE_EVENT_SECCOMP.
This patch fixes the V->C typo. There are no ABI issues since the
number remains the same for the code. Code using the old wrong
name will need to be updated.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9fcda2796f..2971fcc684 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-11-25  Carlos O'Donell  <carlos@redhat.com>
+
+	[BZ #16245]
+	* sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
+	Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
+
 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
 
 	* sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.