glibc/sysdeps/pthread
Samuel Thibault 61a3a8c6ce hurd: fix warning
timer_ptr2id and timer_id2ptr are used to convert between
application-visible timer_t and struct timer_node *. timer_ptr2id was made
to use void * instead of timer_t in 49b650430e ('Update.') for no reason.
It happens that on Linux timer_t is void *, so both that change and this
commit are no-ops there, but not on systems where timer_t is not void *.

Using timer_ptr2id for filling sival_ptr also does not make sense since that
actually is a void *.

	* sysdeps/pthread/posix-timer.h (timer_ptr2id): Cast to timer_t
	instead of void *.
	* sysdeps/pthread/timer_create.c (timer_create): Do not use
	timer_ptr2id to cast struct timer_node * to void *.
2018-01-27 17:17:49 +01:00
..
bits Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
Makeconfig
Makefile Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
Versions
aio_cancel.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
aio_error.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
aio_fsync.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
aio_misc.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
aio_misc.h Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
aio_notify.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
aio_read.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
aio_read64.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
aio_suspend.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
aio_write.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
aio_write64.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
allocalim.h Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
flockfile.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
ftrylockfile.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
funlockfile.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
lio_listio.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
lio_listio64.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
posix-timer.h hurd: fix warning 2018-01-27 17:17:49 +01:00
semaphore.h Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
timer_create.c hurd: fix warning 2018-01-27 17:17:49 +01:00
timer_delete.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
timer_getoverr.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
timer_gettime.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
timer_routines.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
timer_settime.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
tst-timer.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00