aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--common/estream.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/estream.c b/common/estream.c
index cf4c4e135..25684ccc5 100644
--- a/common/estream.c
+++ b/common/estream.c
@@ -121,6 +121,8 @@ void *memrchr (const void *block, int c, size_t size);
# define S_IROTH S_IRUSR
# define S_IWGRP S_IWUSR
# define S_IWOTH S_IWUSR
+# define S_IXGRP S_IXUSR
+# define S_IXOTH S_IXUSR
#endif