]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
authorDavid S. Miller <davem@davemloft.net>
Thu, 11 Aug 2011 06:09:24 +0000 (23:09 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Aug 2011 06:09:24 +0000 (23:09 -0700)
enum.
* sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
* sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
* sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.

ChangeLog
sysdeps/unix/sysv/linux/ia64/sys/ptrace.h
sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h
sysdeps/unix/sysv/linux/s390/sys/ptrace.h
sysdeps/unix/sysv/linux/sparc/sys/ptrace.h

index 3ca823237264e2bf9a0168cbe327a4b7384bda7c..6af37e081db54cfe165f76b6080f2a65e2e353c3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2011-08-10  David S. Miller  <davem@davemloft.net>
+
+       * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
+       enum.
+       * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
+       * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
+       * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
+
 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
 
        * Versions.def [libc]: Add GLIBC_2.15.
index c1874ee1f57ef6ee847f7e2c5e44e3de88ced4c4..82d8843ce8999df6853a675ea99762575d61c73d 100644 (file)
@@ -108,7 +108,7 @@ enum __ptrace_request
 #define PT_GETSIGINFO PTRACE_GETSIGINFO
 
   /* Set new siginfo for process.  */
-  PTRACE_SETSIGINFO = 0x4203
+  PTRACE_SETSIGINFO = 0x4203,
 #define PT_SETSIGINFO PTRACE_SETSIGINFO
 
   /* Get register content.  */
index 18c6e09b91504052a84c9250ee783feb17db084f..da5803505708e135217e40864516c7445ace97b9 100644 (file)
@@ -95,7 +95,7 @@ enum __ptrace_request
 #define PT_GETSIGINFO PTRACE_GETSIGINFO
 
   /* Set new siginfo for process.  */
-  PTRACE_SETSIGINFO = 0x4203
+  PTRACE_SETSIGINFO = 0x4203,
 #define PT_SETSIGINFO PTRACE_SETSIGINFO
 
   /* Get register content.  */
index 87eba90f64478e8b698b1cd2d9d425368d2c262d..bed48af09b40672d32dc1b2f5b3649341a2f94dd 100644 (file)
@@ -134,7 +134,7 @@ enum __ptrace_request
 #define PT_GETSIGINFO PTRACE_GETSIGINFO
 
   /* Set new siginfo for process.  */
-  PTRACE_SETSIGINFO = 0x4203
+  PTRACE_SETSIGINFO = 0x4203,
 #define PT_SETSIGINFO PTRACE_SETSIGINFO
 
   /* Get register content.  */
index a066f71ee3bdfb272e58dfc332f3942ea9842403..e25090ea8e9b870b43f8141431458e0f0e17d137 100644 (file)
@@ -179,7 +179,7 @@ enum __ptrace_request
 #define PT_GETSIGINFO PTRACE_GETSIGINFO
 
   /* Set new siginfo for process.  */
-  PTRACE_SETSIGINFO = 0x4203
+  PTRACE_SETSIGINFO = 0x4203,
 #define PT_SETSIGINFO PTRACE_SETSIGINFO
 
   /* Get register content.  */