From 19a601f7b2fc69201c296f0720459a32dda5f4c3 Mon Sep 17 00:00:00 2001 From: Chris Metcalf Date: Fri, 19 Jul 2013 13:06:30 -0400 Subject: tile: add missing semicolon in Change 521c6785e1fc94d added the enum but missed the semicolon. Signed-off-by: Chris Metcalf --- ports/ChangeLog.tile | 5 +++++ ports/sysdeps/unix/sysv/linux/tile/sys/ptrace.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ports/ChangeLog.tile b/ports/ChangeLog.tile index 88da5e81d2..dd3d4f4759 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 5740dacfe4..32e47c7874 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. -- cgit v1.2.3