diff options
author | Jakub Jelinek <jakub@redhat.com> | 2007-02-02 09:48:26 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2007-02-02 09:48:26 +0000 |
commit | ce28a8ab09cdd49890261d37b5b9280131d18014 (patch) | |
tree | c8ba4212f852ffa7ae3aaf87b3a316612e2c401b /wcsmbs | |
parent | a544f6724f8a668e4e2c4e47b5d8b87a47c67db7 (diff) | |
download | glibc-ce28a8ab09cdd49890261d37b5b9280131d18014.tar glibc-ce28a8ab09cdd49890261d37b5b9280131d18014.tar.gz glibc-ce28a8ab09cdd49890261d37b5b9280131d18014.tar.bz2 glibc-ce28a8ab09cdd49890261d37b5b9280131d18014.zip |
Updated to fedora-glibc-20070202T0923cvs/fedora-glibc-2_5_90-16
Diffstat (limited to 'wcsmbs')
-rw-r--r-- | wcsmbs/wchar.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wcsmbs/wchar.h b/wcsmbs/wchar.h index f54abfaa96..3c5a8cb810 100644 --- a/wcsmbs/wchar.h +++ b/wcsmbs/wchar.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1995-2004,2005,2006 Free Software Foundation, Inc. +/* Copyright (C) 1995-2004,2005,2006,2007 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -414,7 +414,7 @@ extern unsigned long int wcstoul (__const wchar_t *__restrict __nptr, __THROW; #if defined __USE_ISOC99 || (defined __GNUC__ && defined __USE_GNU) -/* Convert initial portion of wide string NPTR to `long int' +/* Convert initial portion of wide string NPTR to `long long int' representation. */ __extension__ extern long long int wcstoll (__const wchar_t *__restrict __nptr, @@ -431,7 +431,7 @@ extern unsigned long long int wcstoull (__const wchar_t *__restrict __nptr, __END_NAMESPACE_C99 #if defined __GNUC__ && defined __USE_GNU -/* Convert initial portion of wide string NPTR to `long int' +/* Convert initial portion of wide string NPTR to `long long int' representation. */ __extension__ extern long long int wcstoq (__const wchar_t *__restrict __nptr, |