Use __END_NAMESPACE_STD instead of __END_NAMESPACE_C99 in one place.
authorUlrich Drepper <drepper@redhat.com>
Sat, 17 Sep 2005 15:42:47 +0000 (15:42 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 17 Sep 2005 15:42:47 +0000 (15:42 +0000)
stdlib/stdlib.h

index bff7722..085130c 100644 (file)
@@ -188,7 +188,7 @@ extern long int strtol (__const char *__restrict __nptr,
 extern unsigned long int strtoul (__const char *__restrict __nptr,
                                  char **__restrict __endptr, int __base)
      __THROW __nonnull ((1)) __wur;
-__END_NAMESPACE_C99
+__END_NAMESPACE_STD
 
 #if defined __GLIBC_HAVE_LONG_LONG && defined __USE_BSD
 /* Convert a string to a quadword integer.  */