diff options
author | Joseph Myers <joseph@codesourcery.com> | 2014-11-13 21:37:53 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2014-11-13 21:37:53 +0000 |
commit | bf438382bd8ffcc614b01e9a273a577b3ed54f9f (patch) | |
tree | 2ac9340e21d88bbce258c44546a674145617bec2 /ChangeLog | |
parent | 2a1cfd94a26e0fa96d8f284897213b65c60142d6 (diff) | |
download | glibc-bf438382bd8ffcc614b01e9a273a577b3ed54f9f.tar.gz glibc-bf438382bd8ffcc614b01e9a273a577b3ed54f9f.tar.xz glibc-bf438382bd8ffcc614b01e9a273a577b3ed54f9f.zip |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 59c30e09a9..caf1ce9940 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2014-11-13 Joseph Myers <joseph@codesourcery.com> + * stdlib/strtol.c (__strtol): Use prototype definition. + [BZ #17594] * stdlib/strtol.c (SYM__): New macro. (SYM__1): Likewise. |