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:
Ulrich Drepper 2003-07-03 17:33:22 +00:00
parent 1418bf990e
commit 414f49c034
2 changed files with 6 additions and 1 deletions

View File

@ -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>
* sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_CLKTCK):

View File

@ -29,7 +29,7 @@ __profile_frequency (void)
#ifdef __ASSUME_AT_CLKTCK
return GL(dl_clktck);
#else
if (GL(dl_clktck) != )
if (GL(dl_clktck) != 0)
return GL(dl_clktck);
struct itimerval tim;