Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 3 Jul 2003 17:33:22 +0000 (17:33 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 3 Jul 2003 17:33:22 +0000 (17:33 +0000)
2003-07-03  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency): Fix a
typo.

ChangeLog
sysdeps/unix/sysv/linux/prof-freq.c

index 387106c..ed3a536 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):
index 00e9635..a67c179 100644 (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;