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-594-gdcdae19


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  dcdae19a3f8eafb7aa597b1d5cb770db76509ec4 (commit)
      from  7dcf35f775f8a867195b660b1d9fb6d627a5b002 (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=dcdae19a3f8eafb7aa597b1d5cb770db76509ec4

commit dcdae19a3f8eafb7aa597b1d5cb770db76509ec4
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Fri Nov 2 15:41:37 2012 +0000

    Test _ISOMAC in include/sys/syslog.h.

diff --git a/ChangeLog b/ChangeLog
index 0600968..5dad3dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-11-02  Joseph Myers  <joseph@codesourcery.com>
+
+	* include/sys/syslog.h [_ISOMAC]: Disable all contents of file
+	except include of <misc/sys/syslog.h>.
+
 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
 
 	* sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
diff --git a/include/sys/syslog.h b/include/sys/syslog.h
index c08cfcd..3be3189 100644
--- a/include/sys/syslog.h
+++ b/include/sys/syslog.h
@@ -1,5 +1,6 @@
 #include <misc/sys/syslog.h>
 
+#ifndef _ISOMAC
 libc_hidden_proto (syslog)
 libc_hidden_proto (vsyslog)
 
@@ -7,3 +8,4 @@ extern void __vsyslog_chk (int __pri, int __flag, const char *__fmt,
 			   __gnuc_va_list __ap)
      __attribute__ ((__format__ (__printf__, 3, 0)));
 libc_hidden_proto (__vsyslog_chk)
+#endif

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

Summary of changes:
 ChangeLog            |    5 +++++
 include/sys/syslog.h |    2 ++
 2 files changed, 7 insertions(+), 0 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]