]> granicus.if.org Git - strace/blob - tests/ioctl_kvm_run.c
strace: terminate itself if interrupted by a signal
[strace] / tests / ioctl_kvm_run.c
1 #include "ioctl_kvm_run_common.c"
2
3 #if need_print_KVM_RUN
4
5 static void
6 print_KVM_RUN(const int fd, const char *const dev, const unsigned int reason)
7 {
8         printf("ioctl(%d<%s>, KVM_RUN, 0) = 0\n", fd, dev);
9 }
10
11 #endif