diff options
author | Roland McGrath <roland@hack.frob.com> | 2015-03-02 15:44:27 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2015-03-02 15:44:27 -0800 |
commit | 47465629e707a7e425fd15bf690d65c5da5bd998 (patch) | |
tree | 2f86f2d56c3e00f6b5f062ad505e843f04e6da41 /ChangeLog | |
parent | 6d08b0223aa3b3152ea7e9beb2b8f2a151b43109 (diff) | |
download | glibc-47465629e707a7e425fd15bf690d65c5da5bd998.tar glibc-47465629e707a7e425fd15bf690d65c5da5bd998.tar.gz glibc-47465629e707a7e425fd15bf690d65c5da5bd998.tar.bz2 glibc-47465629e707a7e425fd15bf690d65c5da5bd998.zip |
Deglobalize internal variables in timer_routines.c.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2015-03-02 Roland McGrath <roland@hack.frob.com> + + * sysdeps/pthread/timer_routines.c + (timer_free_list, thread_free_list, thread_active_list): Make static. + 2015-03-02 Joseph Myers <joseph@codesourcery.com> [BZ #17779] |