From: Ulrich Drepper Date: Sat, 17 Sep 2005 15:42:47 +0000 (+0000) Subject: Use __END_NAMESPACE_STD instead of __END_NAMESPACE_C99 in one place. X-Git-Tag: cvs/fedora-glibc-20051003T2040~87 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4708f2b1f91171d94dd1b95f20a47154cabbb2f2;p=platform%2Fupstream%2Fglibc.git Use __END_NAMESPACE_STD instead of __END_NAMESPACE_C99 in one place. --- diff --git a/stdlib/stdlib.h b/stdlib/stdlib.h index bff7722..085130c 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. */