summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qcore_unix_p.h
diff options
context:
space:
mode:
authorLouai Al-Khanji <louai.al-khanji@theqtcompany.com>2016-02-03 23:07:18 -0800
committerLouai Al-Khanji <louai.al-khanji@theqtcompany.com>2016-02-05 06:58:42 +0000
commit3b73ee0fb54c45e51e329614d18e667f7e751d41 (patch)
tree684db8694f3a0a0eb9b1a445558cb9a690c6214a /src/corelib/kernel/qcore_unix_p.h
parent417586875fca4f596d7e5d485908237a6cb984b4 (diff)
Remove qt_safe_select and qt_select_msecs
Change-Id: If46228dc750554b65acd23e48410ec541fc33714 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/kernel/qcore_unix_p.h')
-rw-r--r--src/corelib/kernel/qcore_unix_p.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/corelib/kernel/qcore_unix_p.h b/src/corelib/kernel/qcore_unix_p.h
index 96f791698f..319914a99d 100644
--- a/src/corelib/kernel/qcore_unix_p.h
+++ b/src/corelib/kernel/qcore_unix_p.h
@@ -345,11 +345,6 @@ static inline struct pollfd qt_make_pollfd(int fd, short events)
return pfd;
}
-Q_CORE_EXPORT int qt_safe_select(int nfds, fd_set *fdread, fd_set *fdwrite, fd_set *fdexcept,
- const struct timespec *tv);
-
-int qt_select_msecs(int nfds, fd_set *fdread, fd_set *fdwrite, int timeout);
-
// according to X/OPEN we have to define semun ourselves
// we use prefix as on some systems sem.h will have it
struct semid_ds;