Joseph Myers 20602c72fa Use libc_hidden_* for atoi (bug 15105).
Continuing the fixes for localplt test failures with -Os arising from
functions not being inlined in that case, this patch fixes such
failures for atoi by using libc_hidden_proto and libc_hidden_def.

Tested for x86_64 (both that it removes this particular localplt
failure for -Os, and that the testsuite continues to pass without
-Os).

	[BZ #15105]
	* stdlib/atoi.c (atoi): Use libc_hidden_def.
	* include/stdlib.h [!_ISOMAC] (atoi): Use libc_hidden_proto.
2018-02-26 18:17:47 +00:00
..
2016-10-28 22:40:16 -04:00
2018-01-04 18:46:24 +01:00
2017-04-07 07:45:53 -04:00
2017-10-30 20:58:51 +00:00
2017-11-22 22:21:10 +00:00
2017-11-09 05:10:03 -08:00