Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/f_owner_types.in; do not edit. */
      2 #if !(defined(F_OWNER_TID) || (defined(HAVE_DECL_F_OWNER_TID) && HAVE_DECL_F_OWNER_TID))
      3 # define F_OWNER_TID 0
      4 #endif
      5 #if !(defined(F_OWNER_PID) || (defined(HAVE_DECL_F_OWNER_PID) && HAVE_DECL_F_OWNER_PID))
      6 # define F_OWNER_PID 1
      7 #endif
      8 #if !(defined(F_OWNER_PGRP) || (defined(HAVE_DECL_F_OWNER_PGRP) && HAVE_DECL_F_OWNER_PGRP))
      9 # define F_OWNER_PGRP 2
     10 #endif
     11 
     12 #ifdef IN_MPERS
     13 
     14 # error static const struct xlat f_owner_types in mpers mode
     15 
     16 #else
     17 
     18 static
     19 const struct xlat f_owner_types[] = {
     20  XLAT(F_OWNER_TID),
     21  XLAT(F_OWNER_PID),
     22  XLAT(F_OWNER_PGRP),
     23  XLAT_END
     24 };
     25 
     26 #endif /* !IN_MPERS */
     27