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
12SKIP_MAIN_UNDEFINED("__NR_creat")
13
14#endif
15