]> granicus.if.org Git - strace/blob - mpers_type.h
Mpersify parsers of utimes, futimesat, and utimensat syscalls
[strace] / mpers_type.h
1 #ifdef IN_MPERS
2 # define STRINGIFY(a) #a
3 # define DEF_MPERS_TYPE(args) STRINGIFY(args.h)
4 # ifdef MPERS_IS_m32
5 #  define MPERS_PREFIX m32_
6 #  define MPERS_DEFS "m32_defs.h"
7 # elif defined MPERS_IS_mx32
8 #  define MPERS_PREFIX mx32_
9 #  define MPERS_DEFS "mx32_defs.h"
10 # endif
11 #else
12 # define MPERS_PREFIX
13 # define DEF_MPERS_TYPE(args) "empty.h"
14 # define MPERS_DEFS "empty.h"
15 #endif