about summary refs log tree commit diff
path: root/stdlib/stdlib.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-09-17 15:42:47 +0000
committerUlrich Drepper <drepper@redhat.com>2005-09-17 15:42:47 +0000
commit4708f2b1f91171d94dd1b95f20a47154cabbb2f2 (patch)
tree4149b1d68fb6783f8141a9c71e47dab827bf3281 /stdlib/stdlib.h
parent1dbcf766bb20e7e142ea30dab52a93857e7ede4d (diff)
downloadglibc-4708f2b1f91171d94dd1b95f20a47154cabbb2f2.tar.gz
glibc-4708f2b1f91171d94dd1b95f20a47154cabbb2f2.tar.xz
glibc-4708f2b1f91171d94dd1b95f20a47154cabbb2f2.zip
Use __END_NAMESPACE_STD instead of __END_NAMESPACE_C99 in one place.
Diffstat (limited to 'stdlib/stdlib.h')
-rw-r--r--stdlib/stdlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/stdlib.h b/stdlib/stdlib.h
index bff7722e2c..085130cafa 100644
--- a/stdlib/stdlib.h
+++ b/stdlib/stdlib.h
@@ -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.  */