[PATCH] Typo fix in prof-freq.c
Jakub Jelinek
jakub@redhat.com
Thu Jul 3 14:26:00 GMT 2003
Hi!
Furthermore, there is a typo in the ChangeLog:
* sysdeps/unix/sysv/linux/prof-freq.h: New file.
while it should be prof-freq.c.
2003-07-03 Jakub Jelinek <jakub@redhat.com>
* sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency): Fix a
typo.
--- libc/sysdeps/unix/sysv/linux/prof-freq.c 3 Jul 2003 08:36:44 -0000 1.1
+++ libc/sysdeps/unix/sysv/linux/prof-freq.c 3 Jul 2003 14:22:04 -0000
@@ -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;
Jakub
More information about the Libc-hacker
mailing list