ipc_defs.h: use print_xlat
* ipc_defs.h (PRINTCTL): Use print_xlat for printing IPC_64 named constant.
This commit is contained in:
parent
83c129f51c
commit
37db70c027
@ -43,8 +43,10 @@
|
||||
|
||||
#define PRINTCTL(flagset, arg, dflt) \
|
||||
do { \
|
||||
if ((arg) & IPC_64) \
|
||||
tprints("IPC_64|"); \
|
||||
if ((arg) & IPC_64) { \
|
||||
print_xlat(IPC_64); \
|
||||
tprints("|"); \
|
||||
} \
|
||||
printxval((flagset), (arg) & ~IPC_64, dflt); \
|
||||
} while (0)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user