mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 21:10:07 +00:00
Update.
2003-07-03 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency): Fix a typo.
This commit is contained in:
parent
1418bf990e
commit
414f49c034
@ -1,3 +1,8 @@
|
|||||||
|
2003-07-03 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency): Fix a
|
||||||
|
typo.
|
||||||
|
|
||||||
2003-07-03 Ulrich Drepper <drepper@redhat.com>
|
2003-07-03 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_CLKTCK):
|
* sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_CLKTCK):
|
||||||
|
@ -29,7 +29,7 @@ __profile_frequency (void)
|
|||||||
#ifdef __ASSUME_AT_CLKTCK
|
#ifdef __ASSUME_AT_CLKTCK
|
||||||
return GL(dl_clktck);
|
return GL(dl_clktck);
|
||||||
#else
|
#else
|
||||||
if (GL(dl_clktck) != )
|
if (GL(dl_clktck) != 0)
|
||||||
return GL(dl_clktck);
|
return GL(dl_clktck);
|
||||||
|
|
||||||
struct itimerval tim;
|
struct itimerval tim;
|
||||||
|
Loading…
Reference in New Issue
Block a user