1*cf84ac9aSAndroid Build Coastguard Worker /* Generated by ./xlat/gen.sh from ./xlat/sigprocmaskcmds.in; do not edit. */ 2*cf84ac9aSAndroid Build Coastguard Worker 3*cf84ac9aSAndroid Build Coastguard Worker #include "gcc_compat.h" 4*cf84ac9aSAndroid Build Coastguard Worker #include "static_assert.h" 5*cf84ac9aSAndroid Build Coastguard Worker 6*cf84ac9aSAndroid Build Coastguard Worker 7*cf84ac9aSAndroid Build Coastguard Worker #ifndef XLAT_MACROS_ONLY 8*cf84ac9aSAndroid Build Coastguard Worker 9*cf84ac9aSAndroid Build Coastguard Worker # ifdef IN_MPERS 10*cf84ac9aSAndroid Build Coastguard Worker 11*cf84ac9aSAndroid Build Coastguard Worker # error static const struct xlat sigprocmaskcmds in mpers mode 12*cf84ac9aSAndroid Build Coastguard Worker 13*cf84ac9aSAndroid Build Coastguard Worker # else 14*cf84ac9aSAndroid Build Coastguard Worker 15*cf84ac9aSAndroid Build Coastguard Worker static 16*cf84ac9aSAndroid Build Coastguard Worker const struct xlat sigprocmaskcmds[] = { 17*cf84ac9aSAndroid Build Coastguard Worker #if defined(SIG_BLOCK) || (defined(HAVE_DECL_SIG_BLOCK) && HAVE_DECL_SIG_BLOCK) 18*cf84ac9aSAndroid Build Coastguard Worker XLAT(SIG_BLOCK), 19*cf84ac9aSAndroid Build Coastguard Worker #endif 20*cf84ac9aSAndroid Build Coastguard Worker #if defined(SIG_UNBLOCK) || (defined(HAVE_DECL_SIG_UNBLOCK) && HAVE_DECL_SIG_UNBLOCK) 21*cf84ac9aSAndroid Build Coastguard Worker XLAT(SIG_UNBLOCK), 22*cf84ac9aSAndroid Build Coastguard Worker #endif 23*cf84ac9aSAndroid Build Coastguard Worker #if defined(SIG_SETMASK) || (defined(HAVE_DECL_SIG_SETMASK) && HAVE_DECL_SIG_SETMASK) 24*cf84ac9aSAndroid Build Coastguard Worker XLAT(SIG_SETMASK), 25*cf84ac9aSAndroid Build Coastguard Worker #endif 26*cf84ac9aSAndroid Build Coastguard Worker #if defined(SIG_SETMASK32) || (defined(HAVE_DECL_SIG_SETMASK32) && HAVE_DECL_SIG_SETMASK32) 27*cf84ac9aSAndroid Build Coastguard Worker XLAT(SIG_SETMASK32), 28*cf84ac9aSAndroid Build Coastguard Worker #endif 29*cf84ac9aSAndroid Build Coastguard Worker XLAT_END 30*cf84ac9aSAndroid Build Coastguard Worker }; 31*cf84ac9aSAndroid Build Coastguard Worker 32*cf84ac9aSAndroid Build Coastguard Worker # endif /* !IN_MPERS */ 33*cf84ac9aSAndroid Build Coastguard Worker 34*cf84ac9aSAndroid Build Coastguard Worker #endif /* !XLAT_MACROS_ONLY */ 35