public inbox for libc-ports@sourceware.org
 help / color / mirror / Atom feed
From: Chris Metcalf <cmetcalf@tilera.com>
To: libc-ports@sourceware.org
Subject: [COMMITTED PATCH] tile: add missing semicolon in <bits/ptrace.h>
Date: Fri, 19 Jul 2013 18:37:00 -0000	[thread overview]
Message-ID: <201307191837.r6JIbFvj015707@gx-1.internal.tilera.com> (raw)

Change 521c6785e1fc94d added the enum but missed the semicolon.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
---
 ports/ChangeLog.tile                            |    5 +++++
 ports/sysdeps/unix/sysv/linux/tile/sys/ptrace.h |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ports/ChangeLog.tile b/ports/ChangeLog.tile
index 88da5e8..dd3d4f4 100644
--- a/ports/ChangeLog.tile
+++ b/ports/ChangeLog.tile
@@ -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
diff --git a/ports/sysdeps/unix/sysv/linux/tile/sys/ptrace.h b/ports/sysdeps/unix/sysv/linux/tile/sys/ptrace.h
index 5740dac..32e47c7 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.
-- 
1.7.1

                 reply	other threads:[~2013-07-19 18:37 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201307191837.r6JIbFvj015707@gx-1.internal.tilera.com \
    --to=cmetcalf@tilera.com \
    --cc=libc-ports@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).