Use prototype definition for __strtol.
commitbf438382bd8ffcc614b01e9a273a577b3ed54f9f
authorJoseph Myers <joseph@codesourcery.com>
Thu, 13 Nov 2014 21:37:53 +0000 (13 21:37 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Thu, 13 Nov 2014 21:37:53 +0000 (13 21:37 +0000)
tree2ac9340e21d88bbce258c44546a674145617bec2
parent2a1cfd94a26e0fa96d8f284897213b65c60142d6
Use prototype definition for __strtol.

This patch fixes those warnings by using a prototype definition for
__strtol.

Tested for x86_64 that stripped installed shared libraries are
unchanged by this patch.

* stdlib/strtol.c (__strtol): Use prototype definition.
ChangeLog
stdlib/strtol.c