summaryrefslogtreecommitdiffstats
path: root/utils/getconf.c
Commit message (Collapse)AuthorAgeFilesLines
* disable build warnings in utilsPeter S. Mazinger2011-03-031-0/+1
| | | | | | Disable some build warnings in utils. Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
* getconf: only use specs that are availableThomas Petazzoni2010-12-081-24/+48
| | | | | | | | | | On older glibc (like 2.7), the _SC_V7_* symbols are not defined, making the build of current uClibc fail on Debian Lenny systems and other systems using a fairly old glibc. So we make sure to only use the specs names that are defined by the host C library. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* getconf: move to utils/Bernhard Reutner-Fischer2010-04-061-0/+1313
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>