about summary refs log tree commit diff
path: root/stdlib/bits/stdlib-float.h
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/bits/stdlib-float.h')
-rw-r--r--stdlib/bits/stdlib-float.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/stdlib/bits/stdlib-float.h b/stdlib/bits/stdlib-float.h
index 8052668486..aba8e94596 100644
--- a/stdlib/bits/stdlib-float.h
+++ b/stdlib/bits/stdlib-float.h
@@ -21,11 +21,9 @@
 #endif
 
 #ifdef __USE_EXTERN_INLINES
-__BEGIN_NAMESPACE_STD
 __extern_inline double
 __NTH (atof (const char *__nptr))
 {
   return strtod (__nptr, (char **) NULL);
 }
-__END_NAMESPACE_STD
 #endif /* Optimizing and Inlining.  */