Provide mpers_ptr_t definition for non-mpers case

In mpers case, mpers_ptr_t is already defined by DEF_MPERS_TYPE(...).
This allows use of mpers_ptr_t regardless of IN_MPERS state.

* mpers_type.h [!IN_MPERS] (mpers_ptr_t): New typedef.
This commit is contained in:
Дмитрий Левин 2017-07-15 03:08:12 +03:00
parent 72aba2be32
commit ba7d84b679

View File

@ -49,6 +49,7 @@
# else
# define MPERS_DEFS "native_defs.h"
# endif
typedef unsigned long mpers_ptr_t;
#endif
#endif /* !STRACE_MPERS_TYPE_H */