summaryrefslogtreecommitdiff
path: root/lib/sys_stat.in.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-12-23 22:24:08 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2012-12-23 22:24:08 -0800
commit219023c4347abfc9461f2d99245de3c4aa7f1e64 (patch)
tree02185574d64e82c51c123a07ac0c1104f15285fe /lib/sys_stat.in.h
parent087d8265e4f5a6116b0ee02d2e1854f5409bda4d (diff)
downloademacs-219023c4347abfc9461f2d99245de3c4aa7f1e64.tar.gz
Merge from gnulib.
Diffstat (limited to 'lib/sys_stat.in.h')
-rw-r--r--lib/sys_stat.in.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/sys_stat.in.h b/lib/sys_stat.in.h
index ac05ddb5cec..936c0fb8c48 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)