Move NPTL-specific code to NPTL-specific header
commit03b540b3680122bbe19943b7afaf7d1fb1aa7a48
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 18 Feb 2018 02:00:50 +0000 (18 03:00 +0100)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Mon, 26 Feb 2018 23:48:24 +0000 (27 00:48 +0100)
tree8b99cb1af1ff18ecd31f69d6e1742163ed489e7b
parentf54d8f735ab7647713b4f8e63282bd7a920234e1
Move NPTL-specific code to NPTL-specific header

* sysdeps/pthread/timer_routines.c: Include <timer_routines.h> instead
of <nptl/pthreadP.h>
(thread_attr_compare): Move function to...
* sysdeps/nptl/timer_routines.h: ... new header.
ChangeLog
sysdeps/nptl/timer_routines.h [new file with mode: 0644]
sysdeps/pthread/timer_routines.c