]> granicus.if.org Git - strace/commit
Fix decoding of timer id returned by timer_create
authorAndi Kleen <ak@linux.intel.com>
Mon, 13 Jun 2011 21:37:40 +0000 (21:37 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 13 Jun 2011 21:37:40 +0000 (21:37 +0000)
commit732f39656d933c6112a0586bbefcf8288d57bda4
tree924d701d742f48087c3c0468a9ddfcdc97691f7c
parent2ea2ab05905e66e9d84a0997c0ca3cde5f78d43f
Fix decoding of timer id returned by timer_create

* time.c (sys_timer_create): The kernel returns a integer, not a
pointer for the timer id in the memory pointed to by timer_id.
time.c