From 4708f2b1f91171d94dd1b95f20a47154cabbb2f2 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 17 Sep 2005 15:42:47 +0000 Subject: [PATCH] Use __END_NAMESPACE_STD instead of __END_NAMESPACE_C99 in one place. --- stdlib/stdlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.7.4