]> git.proxmox.com Git - mirror_qemu.git/blobdiff - linux-user/strace.list
linux-user: support timerfd_{create, gettime, settime} syscalls
[mirror_qemu.git] / linux-user / strace.list
index fcb258d348ae9aa252ff40f586d866bd8504af51..8de972a6ee642e6ad26c9d6f920c4e346fa4d24d 100644 (file)
 #ifdef TARGET_NR_timer_settime
 { TARGET_NR_timer_settime, "timer_settime" , NULL, NULL, NULL },
 #endif
+#ifdef TARGET_NR_timerfd_create
+{ TARGET_NR_timerfd_create, "timerfd_create" , NULL, NULL, NULL },
+#endif
+#ifdef TARGET_NR_timerfd_gettime
+{ TARGET_NR_timerfd_gettime, "timerfd_gettime" , NULL, NULL, NULL },
+#endif
+#ifdef TARGET_NR_timerfd_settime
+{ TARGET_NR_timerfd_settime, "timerfd_settime" , NULL, NULL, NULL },
+#endif
 #ifdef TARGET_NR_times
 { TARGET_NR_times, "times" , NULL, NULL, NULL },
 #endif