Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/semctl_flags.in; do not edit. */
      2 #if !(defined(SEM_STAT) || (defined(HAVE_DECL_SEM_STAT) && HAVE_DECL_SEM_STAT))
      3 # define SEM_STAT 18
      4 #endif
      5 #if !(defined(SEM_INFO) || (defined(HAVE_DECL_SEM_INFO) && HAVE_DECL_SEM_INFO))
      6 # define SEM_INFO 19
      7 #endif
      8 
      9 #ifdef IN_MPERS
     10 
     11 # error static const struct xlat semctl_flags in mpers mode
     12 
     13 #else
     14 
     15 static
     16 const struct xlat semctl_flags[] = {
     17 #if defined(IPC_RMID) || (defined(HAVE_DECL_IPC_RMID) && HAVE_DECL_IPC_RMID)
     18   XLAT(IPC_RMID),
     19 #endif
     20 #if defined(IPC_SET) || (defined(HAVE_DECL_IPC_SET) && HAVE_DECL_IPC_SET)
     21   XLAT(IPC_SET),
     22 #endif
     23 #if defined(IPC_STAT) || (defined(HAVE_DECL_IPC_STAT) && HAVE_DECL_IPC_STAT)
     24   XLAT(IPC_STAT),
     25 #endif
     26 #if defined(IPC_INFO) || (defined(HAVE_DECL_IPC_INFO) && HAVE_DECL_IPC_INFO)
     27   XLAT(IPC_INFO),
     28 #endif
     29  XLAT(SEM_STAT),
     30  XLAT(SEM_INFO),
     31 #if defined(GETPID) || (defined(HAVE_DECL_GETPID) && HAVE_DECL_GETPID)
     32   XLAT(GETPID),
     33 #endif
     34 #if defined(GETVAL) || (defined(HAVE_DECL_GETVAL) && HAVE_DECL_GETVAL)
     35   XLAT(GETVAL),
     36 #endif
     37 #if defined(GETALL) || (defined(HAVE_DECL_GETALL) && HAVE_DECL_GETALL)
     38   XLAT(GETALL),
     39 #endif
     40 #if defined(GETNCNT) || (defined(HAVE_DECL_GETNCNT) && HAVE_DECL_GETNCNT)
     41   XLAT(GETNCNT),
     42 #endif
     43 #if defined(GETZCNT) || (defined(HAVE_DECL_GETZCNT) && HAVE_DECL_GETZCNT)
     44   XLAT(GETZCNT),
     45 #endif
     46 #if defined(SETVAL) || (defined(HAVE_DECL_SETVAL) && HAVE_DECL_SETVAL)
     47   XLAT(SETVAL),
     48 #endif
     49 #if defined(SETALL) || (defined(HAVE_DECL_SETALL) && HAVE_DECL_SETALL)
     50   XLAT(SETALL),
     51 #endif
     52  XLAT_END
     53 };
     54 
     55 #endif /* !IN_MPERS */
     56