This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.17-912-g19a601f


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  19a601f7b2fc69201c296f0720459a32dda5f4c3 (commit)
      from  075b9322c9e091b7e139f4c57e07d78d896c7a62 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=19a601f7b2fc69201c296f0720459a32dda5f4c3

commit 19a601f7b2fc69201c296f0720459a32dda5f4c3
Author: Chris Metcalf <cmetcalf@tilera.com>
Date:   Fri Jul 19 13:06:30 2013 -0400

    tile: add missing semicolon in <bits/ptrace.h>
    
    Change 521c6785e1fc94d added the enum but missed the semicolon.
    
    Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>

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.

-----------------------------------------------------------------------

Summary of changes:
 ports/ChangeLog.tile                            |    5 +++++
 ports/sysdeps/unix/sysv/linux/tile/sys/ptrace.h |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]