Use __END_NAMESPACE_STD instead of __END_NAMESPACE_C99 in one place.

This commit is contained in:
Ulrich Drepper 2005-09-17 15:42:47 +00:00
parent 1dbcf766bb
commit 4708f2b1f9

View 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. */