[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commits] r20900 - in /branches/eglibc-2_16: libc/ libc/bits/ ports/ ports/sysdeps/arm/bits/
- To: commits@xxxxxxxxxx
- Subject: [Commits] r20900 - in /branches/eglibc-2_16: libc/ libc/bits/ ports/ ports/sysdeps/arm/bits/
- From: joseph@xxxxxxxxxx
- Date: Thu, 27 Sep 2012 22:37:47 -0000
Author: joseph
Date: Thu Sep 27 22:37:47 2012
New Revision: 20900
Log:
libc:
* bits/predefs.h: Put multiple-inclusion guards around the whole
file.
ports:
* sysdeps/arm/bits/predefs.h: Put multiple-inclusion guards around
the whole file.
Modified:
branches/eglibc-2_16/libc/ChangeLog.eglibc
branches/eglibc-2_16/libc/bits/predefs.h
branches/eglibc-2_16/ports/ChangeLog.eglibc
branches/eglibc-2_16/ports/sysdeps/arm/bits/predefs.h
Modified: branches/eglibc-2_16/libc/ChangeLog.eglibc
==============================================================================
--- branches/eglibc-2_16/libc/ChangeLog.eglibc (original)
+++ branches/eglibc-2_16/libc/ChangeLog.eglibc Thu Sep 27 22:37:47 2012
@@ -1,3 +1,8 @@
+2012-09-27 Joseph Myers <joseph@xxxxxxxxxxxxxxxx>
+
+ * bits/predefs.h: Put multiple-inclusion guards around the whole
+ file.
+
2012-05-26 Joseph Myers <joseph@xxxxxxxxxxxxxxxx>
* nss/nsswitch.c (__nss_database_lookup): Update for last merge.
Modified: branches/eglibc-2_16/libc/bits/predefs.h
==============================================================================
--- branches/eglibc-2_16/libc/bits/predefs.h (original)
+++ branches/eglibc-2_16/libc/bits/predefs.h Thu Sep 27 22:37:47 2012
@@ -16,12 +16,12 @@
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA. */
+#ifndef _PREDEFS_H
+#define _PREDEFS_H
+
#ifndef _STDC_PREDEF_H
# error "Never use <bits/predefs.h> directly; include <stdc-predef.h> instead."
#endif
-
-#ifndef _PREDEFS_H
-#define _PREDEFS_H
/* We do support the IEC 559 math functionality, real and complex. */
#define __STDC_IEC_559__ 1
Modified: branches/eglibc-2_16/ports/ChangeLog.eglibc
==============================================================================
--- branches/eglibc-2_16/ports/ChangeLog.eglibc (original)
+++ branches/eglibc-2_16/ports/ChangeLog.eglibc Thu Sep 27 22:37:47 2012
@@ -1,3 +1,8 @@
+2012-09-27 Joseph Myers <joseph@xxxxxxxxxxxxxxxx>
+
+ * sysdeps/arm/bits/predefs.h: Put multiple-inclusion guards around
+ the whole file.
+
2012-08-31 Maxim Kuvyrkov <maxim@xxxxxxxxxxxxxxxx>
Backport from trunk:
Modified: branches/eglibc-2_16/ports/sysdeps/arm/bits/predefs.h
==============================================================================
--- branches/eglibc-2_16/ports/sysdeps/arm/bits/predefs.h (original)
+++ branches/eglibc-2_16/ports/sysdeps/arm/bits/predefs.h Thu Sep 27 22:37:47 2012
@@ -16,12 +16,12 @@
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA. */
+#ifndef _PREDEFS_H
+#define _PREDEFS_H
+
#ifndef _STDC_PREDEF_H
# error "Never use <bits/predefs.h> directly; include <stdc-predef.h> instead."
#endif
-
-#ifndef _PREDEFS_H
-#define _PREDEFS_H
/* We do support the IEC 559 math functionality, real and complex, but only
if a VFP coprocessor is present. If we don't have one, we fall back to
_______________________________________________
Commits mailing list
Commits@xxxxxxxxxx
http://eglibc.org/cgi-bin/mailman/listinfo/commits