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.16-ports-merge-423-gb6c5ec0


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  b6c5ec07288958920520d79505847457e42a1159 (commit)
      from  b2f80a478e23ced2135becbd8565a9795393c1c5 (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://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=b6c5ec07288958920520d79505847457e42a1159

commit b6c5ec07288958920520d79505847457e42a1159
Author: Alexandre Oliva <aoliva@redhat.com>
Date:   Tue Oct 2 23:40:52 2012 -0300

    * scripts/check-local-headers.sh: Exclude sys/sdt.h and
    sys/sdt-config.h.

diff --git a/ChangeLog b/ChangeLog
index 77b6827..84eac6f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-10-02  Alexandre Oliva <aoliva@redhat.com>
+
+	* scripts/check-local-headers.sh: Exclude sys/sdt.h and
+	sys/sdt-config.h.
+
 2012-10-02  Roland McGrath  <roland@hack.frob.com>
 
 	* elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
diff --git a/scripts/check-local-headers.sh b/scripts/check-local-headers.sh
index cacb842..7fafcbf 100755
--- a/scripts/check-local-headers.sh
+++ b/scripts/check-local-headers.sh
@@ -31,7 +31,7 @@ exec ${AWK} -v includedir="$includedir" '
 BEGIN {
   status = 0
   exclude = "^" includedir \
-    "/(.*-.*-.*/|)(asm[-/]|linux/|selinux/|gd|nss3/|sys/capability\\.h|libaudit\\.h)"
+    "/(.*-.*-.*/|)(asm[-/]|linux/|selinux/|gd|nss3/|sys/(capability|sdt(|-config))\\.h|libaudit\\.h)"
 }
 /^[^ ]/ && $1 ~ /.*:/ { obj = $1 }
 {

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

Summary of changes:
 ChangeLog                      |    5 +++++
 scripts/check-local-headers.sh |    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]