Home | History | Annotate | Download | only in tests-mx32
      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
     15