summaryrefslogtreecommitdiffstats
path: root/main/musl/getconf.c
Commit message (Collapse)AuthorAgeFilesLines
* main/musl: fix getconf to print single valuesTimo Teräs2014-07-301-6/+6
| | | | | It is not valid to use positional parameters without using them all. Otherwise the proper argument size cannot be determined. ref #3266
* main/musl: add LONG_BIT and other extensions to getconfTimo Teräs2014-04-261-227/+240
|
* main/musl: cherry-pick upstream fix, fix recently added getconf namesTimo Teräs2014-04-191-2/+2
|
* main/musl: add iconv (from noXCUse) and some getconf extensionsTimo Teräs2014-04-161-0/+2
|
* main/musl: cherry-pick flock64 fix from upstream, add getconfTimo Teräs2014-02-191-0/+323
needed for openjdk6/icedtea building