summaryrefslogtreecommitdiffstats
path: root/mkspecs/common
diff options
context:
space:
mode:
Diffstat (limited to 'mkspecs/common')
-rw-r--r--mkspecs/common/vxworks/qplatformdefs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mkspecs/common/vxworks/qplatformdefs.h b/mkspecs/common/vxworks/qplatformdefs.h
index 75bbb3e0f9..0679f72968 100644
--- a/mkspecs/common/vxworks/qplatformdefs.h
+++ b/mkspecs/common/vxworks/qplatformdefs.h
@@ -34,6 +34,8 @@
#define QT_SNPRINTF ::snprintf
#define QT_VSNPRINTF ::vsnprintf
+#define S_ISVTX 01000
+
/* vxworks exposes these definitions only when _POSIX_C_SOURCE >=200809L but we don't want to set this, as it hides other API */
#ifndef UTIME_NOW
# define UTIME_NOW ((1l << 30) - 1l)