about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/ia64/sysconf.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
|
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
|
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
|
* ia64: relocate out of ports/ subdirMike Frysinger2014-02-161-0/+30
|
* Remove IA-64 supportUlrich Drepper2012-01-071-31/+0
|
* Fix sysconf compilation for !HP_TIMING_AVAIL archsAndreas Schwab2011-05-231-1/+1
|
* sysconf on Linux/ia64 reported outdate versions for some optionsUlrich Drepper2011-05-151-17/+3
| | | | The code is also cleaned up to avoid inefficiencies.
* * sysdeps/unix/sysv/linux/ia64/sysconf.c (linux_sysconf): Fix a typo.Roland McGrath2004-10-041-1/+1
|
* Update.Ulrich Drepper2004-10-041-0/+45
* sysdeps/unix/sysv/linux/ia64/sysconf.c: New file. * sysdeps/unix/sysv/linux/ia64/Dist: Add has_cpuclock.c. * sysdeps/unix/sysv/linux/ia64/clock_getcpuclockid.c: Move actual testing code to... * sysdeps/unix/sysv/linux/ia64/has_cpuclock.c: ...here. New file. * sysdeps/unix/sysv/linux/i386/sysconf.c: Add dynamic check for _SC_CPUTIME and _SC_THREAD_CPUTIME.