]> granicus.if.org Git - strace/blob - tests/creat.c
Replace "(unsigned long) -1L" with -1UL
[strace] / tests / creat.c
1 #include "tests.h"
2 #include <asm/unistd.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