This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.
Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
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
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |