]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
tile: add missing semicolon in <bits/ptrace.h>
authorChris Metcalf <cmetcalf@tilera.com>
Fri, 19 Jul 2013 17:06:30 +0000 (13:06 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Fri, 19 Jul 2013 17:06:30 +0000 (13:06 -0400)
Change 521c6785e1fc94d added the enum but missed the semicolon.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
ports/ChangeLog.tile
ports/sysdeps/unix/sysv/linux/tile/sys/ptrace.h

index 88da5e81d20dec8dd5fde301a52d89a901ed07bc..dd3d4f47599b5b553401fee75ae81bda5de105ed 100644 (file)
@@ -1,3 +1,8 @@
+2013-07-19  Chris Metcalf  <cmetcalf@tilera.com>
+
+       * sysdeps/unix/sysv/linux/tile/sys/ptrace.h
+       (__ptrace_peeksiginfo_args): Add missing semicolon.
+
 2013-07-03  Chris Metcalf  <cmetcalf@tilera.com>
 
        * sysdeps/unix/sysv/linux/tile/dl-static.c: New file to support
index 5740dacfe4543bedf7175f5f7c56f793c28c7002..32e47c7874d35bfe579ccad05c58420f9eb3ce2d 100644 (file)
@@ -165,7 +165,7 @@ enum __ptrace_peeksiginfo_flags
 {
   /* Read signals from a shared (process wide) queue.  */
   PTRACE_PEEKSIGINFO_SHARED = (1 << 0)
-}
+};
 
 /* Perform process tracing functions.  REQUEST is one of the values
    above, and determines the action to be taken.