summaryrefslogtreecommitdiff
path: root/mkspecs/sco-cc/qplatformdefs.h
Unidiff
Diffstat (limited to 'mkspecs/sco-cc/qplatformdefs.h') (more/less context) (show 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
@@ -4,17 +4,12 @@
4// Get Qt defines/settings 4// Get Qt defines/settings
5 5
6#include "qglobal.h" 6#include "qglobal.h"
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
18// We are hot - unistd.h should have turned on the specific APIs we requested 13// We are hot - unistd.h should have turned on the specific APIs we requested
19 14
20 15
@@ -28,12 +23,13 @@
28#include <pwd.h> 23#include <pwd.h>
29#include <signal.h> 24#include <signal.h>
30#include <dlfcn.h> 25#include <dlfcn.h>
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>
37#include <sys/socket.h> 33#include <sys/socket.h>
38#include <sys/stat.h> 34#include <sys/stat.h>
39#include <sys/wait.h> 35#include <sys/wait.h>
@@ -77,13 +73,13 @@
77#endif 73#endif
78 74
79 #define QT_SIGNAL_RETTYPEvoid 75 #define QT_SIGNAL_RETTYPEvoid
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
87 83
88 84
89#endif // QPLATFORMDEFS_H 85#endif // QPLATFORMDEFS_H