diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-09-02 19:59:43 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-09-02 19:59:43 -0700 |
commit | 01034d7590f0db29a689d0037cf9b837e38e7482 (patch) | |
tree | f9d2dab8249b24478a9f095dba49b6da53f93c0a /nptl | |
parent | 38eb61366303c2857f1b00785757bc21da983d70 (diff) | |
download | glibc-01034d7590f0db29a689d0037cf9b837e38e7482.tar glibc-01034d7590f0db29a689d0037cf9b837e38e7482.tar.gz glibc-01034d7590f0db29a689d0037cf9b837e38e7482.tar.bz2 glibc-01034d7590f0db29a689d0037cf9b837e38e7482.zip |
Fix whitespaces.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 422172267b..b73ab9cd18 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -4,7 +4,7 @@ [BZ #7094] * sysdeps/unix/sysv/linux/timer_create.c (timer_create): Initialize the sigev_notify field for newly created timer to make sure - the timer gets deleted from the active timer's list upon timer_delete. + the timer gets deleted from the active timer's list upon timer_delete. 2009-08-27 Andrew Stubbs <ams@codesourcery.com> |