summaryrefslogtreecommitdiff
path: root/mkspecs/sco-cc/qplatformdefs.h
Unidiff
Diffstat (limited to 'mkspecs/sco-cc/qplatformdefs.h') (more/less context) (ignore whitespace changes)
-rw-r--r--mkspecs/sco-cc/qplatformdefs.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/mkspecs/sco-cc/qplatformdefs.h b/mkspecs/sco-cc/qplatformdefs.h
index 4201ed6..06af247 100644
--- a/mkspecs/sco-cc/qplatformdefs.h
+++ b/mkspecs/sco-cc/qplatformdefs.h
@@ -7,11 +7,6 @@
7 7
8// Set any POSIX/XOPEN defines at the top of this file to turn on specific APIs 8// Set any POSIX/XOPEN defines at the top of this file to turn on specific APIs
9 9
10// This is to have PATH_MAX defined in <limits.h>
11#ifndef _IBCS2
12# define _IBCS2
13#endif
14
15#include <unistd.h> 10#include <unistd.h>
16 11
17 12
@@ -31,6 +26,7 @@
31 26
32#include <sys/types.h> 27#include <sys/types.h>
33#include <sys/ioctl.h> 28#include <sys/ioctl.h>
29#include <sys/filio.h>
34#include <sys/ipc.h> 30#include <sys/ipc.h>
35#include <sys/time.h> 31#include <sys/time.h>
36#include <sys/shm.h> 32#include <sys/shm.h>
@@ -80,7 +76,7 @@
80 #define QT_SIGNAL_ARGS int 76 #define QT_SIGNAL_ARGS int
81 #define QT_SIGNAL_IGNORESIG_IGN 77 #define QT_SIGNAL_IGNORESIG_IGN
82 78
83 #define QT_SOCKLEN_T int 79 #define QT_SOCKLEN_T size_t
84 80
85 #define QT_SNPRINTF ::snprintf 81 #define QT_SNPRINTF ::snprintf
86 #define QT_VSNPRINTF ::vsnprintf 82 #define QT_VSNPRINTF ::vsnprintf