Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/seccomp_ret_action.in; do not edit. */
      2 
      3 #ifdef IN_MPERS
      4 
      5 # error static const struct xlat seccomp_ret_action in mpers mode
      6 
      7 #else
      8 
      9 static
     10 const struct xlat seccomp_ret_action[] = {
     11 #if defined(SECCOMP_RET_KILL) || (defined(HAVE_DECL_SECCOMP_RET_KILL) && HAVE_DECL_SECCOMP_RET_KILL)
     12   XLAT(SECCOMP_RET_KILL),
     13 #endif
     14 #if defined(SECCOMP_RET_TRAP) || (defined(HAVE_DECL_SECCOMP_RET_TRAP) && HAVE_DECL_SECCOMP_RET_TRAP)
     15   XLAT(SECCOMP_RET_TRAP),
     16 #endif
     17 #if defined(SECCOMP_RET_ERRNO) || (defined(HAVE_DECL_SECCOMP_RET_ERRNO) && HAVE_DECL_SECCOMP_RET_ERRNO)
     18   XLAT(SECCOMP_RET_ERRNO),
     19 #endif
     20 #if defined(SECCOMP_RET_TRACE) || (defined(HAVE_DECL_SECCOMP_RET_TRACE) && HAVE_DECL_SECCOMP_RET_TRACE)
     21   XLAT(SECCOMP_RET_TRACE),
     22 #endif
     23 #if defined(SECCOMP_RET_ALLOW) || (defined(HAVE_DECL_SECCOMP_RET_ALLOW) && HAVE_DECL_SECCOMP_RET_ALLOW)
     24   XLAT(SECCOMP_RET_ALLOW),
     25 #endif
     26  XLAT_END
     27 };
     28 
     29 #endif /* !IN_MPERS */
     30