diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-06-12 14:17:14 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-06-12 14:17:14 -0700 |
commit | c5620eb3a354ff1a97522cac39badfdec1aed643 (patch) | |
tree | dcca8dd5f54f7aa963fb38b340c00d492fba24a3 /ChangeLog | |
parent | 463dc947b4f9bc4137c9919ee72b896403926474 (diff) | |
download | glibc-c5620eb3a354ff1a97522cac39badfdec1aed643.tar glibc-c5620eb3a354ff1a97522cac39badfdec1aed643.tar.gz glibc-c5620eb3a354ff1a97522cac39badfdec1aed643.tar.bz2 glibc-c5620eb3a354ff1a97522cac39badfdec1aed643.zip |
Use list.h in posix-timer code.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2014-06-12 Roland McGrath <roland@hack.frob.com> + * sysdeps/pthread/posix-timer.h: Include <list.h>. + (struct list_links): Type removed. + (struct thread_node, struct timer_node): Replace struct list_links + with struct list_head. + (list_unlink_ip): Likewise. + * sysdeps/pthread/timer_routines.c + (timer_free_list, thread_free_list, thread_active_list): Likewise. + (list_append, list_insbefore): Likewise. + (list_init): Function removed. + (thread_init, init_module): Use INIT_LIST_HEAD instead. * sysdeps/nptl/Makefile: Move tst-timer bits to ... * sysdeps/pthread/Makefile: ... here, new file. |