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 88da5e8..dd3d4f4 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 5740dac..32e47c7 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.