Drop unused declaration from wcstold.c
* libc/stdlib/wcstold.c (_strtold): Drop unused declaration. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
		| @@ -1,3 +1,7 @@ | |||||||
|  | 2015-11-20  Corinna Vinschen  <corinna@vinschen.de> | ||||||
|  |  | ||||||
|  | 	* libc/stdlib/wcstold.c (_strtold): Drop unused declaration. | ||||||
|  |  | ||||||
| 2015-11-19  Yaakov Selkowitz  <yselkowi@redhat.com> | 2015-11-19  Yaakov Selkowitz  <yselkowi@redhat.com> | ||||||
|  |  | ||||||
| 	* libc/stdlib/stdlib.tex: Fix typo in rpmatch reference. | 	* libc/stdlib/stdlib.tex: Fix typo in rpmatch reference. | ||||||
|   | |||||||
| @@ -35,8 +35,6 @@ POSSIBILITY OF SUCH DAMAGE. | |||||||
| #include <locale.h> | #include <locale.h> | ||||||
| #include "local.h" | #include "local.h" | ||||||
|  |  | ||||||
| extern _LONG_DOUBLE _strtold _PARAMS((char *s, char **sptr)); |  | ||||||
|  |  | ||||||
| long double | long double | ||||||
| wcstold (const wchar_t *__restrict nptr, wchar_t **__restrict endptr) | wcstold (const wchar_t *__restrict nptr, wchar_t **__restrict endptr) | ||||||
| { | { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user