add ABI symbols for strtol family functions
authorRich Felker <dalias@aerifal.cx>
Fri, 26 Jul 2013 18:53:50 +0000 (14:53 -0400)
committerRich Felker <dalias@aerifal.cx>
Fri, 26 Jul 2013 18:53:50 +0000 (14:53 -0400)
commitce053255218bf1901950ba9e770f495f086f9e87
tree6365ccc17073f47c80197063dce86b94d294b830
parenta97a050eca5167404667f38ad3b5bbc86f987e69
add ABI symbols for strtol family functions

these odd names are actually generated by mess in glibc's stdlib.h, so
any glibc-linked program using strtol needs them to run against musl.
src/stdlib/strtol.c