diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-09-02 19:59:43 -0700 |
---|---|---|
committer | Petr Baudis <pasky@suse.cz> | 2009-09-18 20:09:56 +0200 |
commit | 290e2ca5da07e0b9c3a48306f624412e19e77cb4 (patch) | |
tree | dd917bafcc892cd380c12e9cf2bedcd1b0c9d4b2 | |
parent | c2c83ab3c062d57de42b35b69b302bae1151a952 (diff) | |
download | glibc-290e2ca5da07e0b9c3a48306f624412e19e77cb4.tar.gz glibc-290e2ca5da07e0b9c3a48306f624412e19e77cb4.tar.xz glibc-290e2ca5da07e0b9c3a48306f624412e19e77cb4.zip |
Fix whitespaces.
(cherry picked from commit 01034d7590f0db29a689d0037cf9b837e38e7482)
-rw-r--r-- | nptl/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index faeb166e9a..eaa60cdd74 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> |