diff options
Diffstat (limited to 'lib/sys_stat.in.h')
-rw-r--r-- | lib/sys_stat.in.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/sys_stat.in.h b/lib/sys_stat.in.h index ac05ddb5ce..936c0fb8c4 100644 --- a/lib/sys_stat.in.h +++ b/lib/sys_stat.in.h @@ -150,6 +150,10 @@ # endif #endif +#ifndef S_ISMPX /* AIX */ +# define S_ISMPX(m) 0 +#endif + #ifndef S_ISNAM /* Xenix */ # ifdef S_IFNAM # define S_ISNAM(m) (((m) & S_IFMT) == S_IFNAM) |