]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Respect the user's namespace in installed header files.
authorThomas Schwinge <thomas@codesourcery.com>
Wed, 20 Feb 2013 17:51:56 +0000 (18:51 +0100)
committerThomas Schwinge <thomas@codesourcery.com>
Wed, 20 Feb 2013 17:51:56 +0000 (18:51 +0100)
Fixup for commit c7b275d6b3bceb6b400fa3044d13d1001bc605ca.

ChangeLog
ports/ChangeLog.mips
ports/sysdeps/mips/bits/nan.h
sysdeps/ieee754/bits/nan.h

index 623d927f4f8635e5c5c0562a34b6de9a21570978..392d141339b439e1738312d1fd62a881bcad3655 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
+       __attribute__ ((unused)) to __attribute__ ((__unused__)).
+
 2013-02-20  Petr Machata  <pmachata@redhat.com>
 
        * elf/elf.h (R_ARM_TARGET1): New macro.
index 5574d72209b15ca7c663b45d97773708a4e9b6e7..f06c9863339dbfec26039780ed29c5b4ee12a6be 100644 (file)
@@ -1,5 +1,8 @@
 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
 
+       * sysdeps/mips/bits/nan.h [!__GNUC__] (__nan_union): Change
+       __attribute__ ((unused)) to __attribute__ ((__unused__)).
+
        * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Sort
        properly.
 
index 8f4666d005d978063bdf3649747dded143460394..7aa157b1d6d269cfe7af570069af32f033498be2 100644 (file)
@@ -50,7 +50,7 @@
 # endif
 
 static union { unsigned char __c[4]; float __d; } __nan_union
-  __attribute__ ((unused)) = { __nan_bytes };
+  __attribute__ ((__unused__)) = { __nan_bytes };
 # define NAN   (__nan_union.__d)
 
 #endif /* GCC.  */
index a1e6a5189d450c2b551c85e7f88e3d2074f24623..935271a7c0119be53a8abf34efa14eedd7910c3e 100644 (file)
@@ -46,7 +46,7 @@
 # endif
 
 static union { unsigned char __c[4]; float __d; } __nan_union
-  __attribute__ ((unused)) = { __nan_bytes };
+  __attribute__ ((__unused__)) = { __nan_bytes };
 # define NAN   (__nan_union.__d)
 
 #endif /* GCC.  */