diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-04-27 16:56:50 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-04-27 16:56:50 +0000 |
commit | ad529081156700dcc9198f3688c4ab63ed09c110 (patch) | |
tree | 4d7bde28eaad6ffa81bbac81c63883c6626517a6 /nptl | |
parent | 45bc95b5816ccbe30d7dfbc8be1c64ed12590612 (diff) | |
download | glibc-ad529081156700dcc9198f3688c4ab63ed09c110.tar.gz glibc-ad529081156700dcc9198f3688c4ab63ed09c110.tar.xz glibc-ad529081156700dcc9198f3688c4ab63ed09c110.zip |
* sysdeps/pthread/getcpuclockid.c: Include spinlock.h. cvs/fedora-glibc-20050427T1912
Fix a typo in kernel-posix-cpy-timers.h include name, use <> instead of "" includes. (pthread_getcpuclockid): Fix 2 typos.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 428e599200..e238a4d584 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2005-04-27 Jakub Jelinek <jakub@redhat.com> + + * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Use <> instead + of "" includes. + 2005-04-27 Ulrich Drepper <drepper@redhat.com> * tst-cancel17.c (do_test): Add arbitrary factor to make sure |