about summary refs log tree commit diff
path: root/sysdeps
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2013-02-20 18:51:56 +0100
committerThomas Schwinge <thomas@codesourcery.com>2013-02-20 18:51:56 +0100
commit50022a93fcc36a0130b9f882709ff69f4b91c0cc (patch)
treeb7ceebc50196917d263192e48ae08da4fd54d29e /sysdeps
parent08cbd996d33114ca50644d060fbe3a08260430fb (diff)
downloadglibc-50022a93fcc36a0130b9f882709ff69f4b91c0cc.tar.gz
glibc-50022a93fcc36a0130b9f882709ff69f4b91c0cc.tar.xz
glibc-50022a93fcc36a0130b9f882709ff69f4b91c0cc.zip
Respect the user's namespace in installed header files.
Fixup for commit c7b275d6b3bceb6b400fa3044d13d1001bc605ca.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/ieee754/bits/nan.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/ieee754/bits/nan.h b/sysdeps/ieee754/bits/nan.h
index a1e6a5189d..935271a7c0 100644
--- a/sysdeps/ieee754/bits/nan.h
+++ b/sysdeps/ieee754/bits/nan.h
@@ -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.  */