mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
* sysdeps/unix/sysv/linux/ia64/sysconf.c (linux_sysconf): Fix a typo.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2004-10-04 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/ia64/sysconf.c (linux_sysconf): Fix a typo.
|
||||||
|
|
||||||
2004-10-04 Roland McGrath <roland@redhat.com>
|
2004-10-04 Roland McGrath <roland@redhat.com>
|
||||||
|
|
||||||
* include/errno.h [RTLD_PRIVATE_ERRNO] (errno): Rename the real symbol
|
* include/errno.h [RTLD_PRIVATE_ERRNO] (errno): Rename the real symbol
|
||||||
|
@@ -32,7 +32,7 @@ static long int linux_sysconf (int name);
|
|||||||
long int
|
long int
|
||||||
__sysconf (int name)
|
__sysconf (int name)
|
||||||
{
|
{
|
||||||
if (name == _SC_CPUTIME || name == SC_THREAD_CPUTIME)
|
if (name == _SC_CPUTIME || name == _SC_THREAD_CPUTIME)
|
||||||
return has_cpuclock () ? 200112L : -1;
|
return has_cpuclock () ? 200112L : -1;
|
||||||
|
|
||||||
/* Everything else is handled by the more general code. */
|
/* Everything else is handled by the more general code. */
|
||||||
|
Reference in New Issue
Block a user