]> granicus.if.org Git - strace/blob - tests/creat.c
Fix printing of mode_t, umode_t, and umask types
[strace] / tests / creat.c
1 #include "tests.h"
2 #include <sys/syscall.h>
3
4 #ifdef __NR_creat
5
6 # define TEST_SYSCALL_NR __NR_creat
7 # define TEST_SYSCALL_STR "creat"
8 # include "umode_t.c"
9
10 #else
11
12 SKIP_MAIN_UNDEFINED("__NR_creat")
13
14 #endif