linux-user: Add strace output for timer_settime64() syscall
Add missing timer_settime64() strace output and specify format for timer_settime(). Signed-off-by: Helge Deller <deller@gmx.de> Message-Id: <Y1b5eIXFoMRDcDL9@p100> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
af804f39cc
commit
8b95210fcb
@ -1534,7 +1534,10 @@
|
||||
{ TARGET_NR_timer_gettime, "timer_gettime" , NULL, NULL, NULL },
|
||||
#endif
|
||||
#ifdef TARGET_NR_timer_settime
|
||||
{ TARGET_NR_timer_settime, "timer_settime" , NULL, NULL, NULL },
|
||||
{ TARGET_NR_timer_settime, "timer_settime" , "%s(%d,%d,%p,%p)", NULL, NULL },
|
||||
#endif
|
||||
#ifdef TARGET_NR_timer_settime64
|
||||
{ TARGET_NR_timer_settime64, "timer_settime64" , "%s(%d,%d,%p,%p)", NULL, NULL },
|
||||
#endif
|
||||
#ifdef TARGET_NR_timerfd
|
||||
{ TARGET_NR_timerfd, "timerfd" , NULL, NULL, NULL },
|
||||
|
Loading…
Reference in New Issue
Block a user