From: Chris Metcalf Date: Fri, 19 Jul 2013 17:06:30 +0000 (-0400) Subject: tile: add missing semicolon in X-Git-Tag: glibc-2.18~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19a601f7b2fc69201c296f0720459a32dda5f4c3;p=thirdparty%2Fglibc.git tile: add missing semicolon in Change 521c6785e1fc94d added the enum but missed the semicolon. Signed-off-by: Chris Metcalf --- diff --git a/ports/ChangeLog.tile b/ports/ChangeLog.tile index 88da5e81d20..dd3d4f47599 100644 --- a/ports/ChangeLog.tile +++ b/ports/ChangeLog.tile @@ -1,3 +1,8 @@ +2013-07-19 Chris Metcalf + + * sysdeps/unix/sysv/linux/tile/sys/ptrace.h + (__ptrace_peeksiginfo_args): Add missing semicolon. + 2013-07-03 Chris Metcalf * sysdeps/unix/sysv/linux/tile/dl-static.c: New file to support diff --git a/ports/sysdeps/unix/sysv/linux/tile/sys/ptrace.h b/ports/sysdeps/unix/sysv/linux/tile/sys/ptrace.h index 5740dacfe45..32e47c7874d 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/sys/ptrace.h +++ b/ports/sysdeps/unix/sysv/linux/tile/sys/ptrace.h @@ -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.