QEventDispatcherUNIX: clean up old cruft
All the timing related code is gone. Change-Id: I63b988479db546dabffcfffd1766e1f2618650c1 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
This commit is contained in:
parent
a1451bbb57
commit
f174ae254b
@ -23,18 +23,8 @@
|
|||||||
# include <sys/eventfd.h>
|
# include <sys/eventfd.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// VxWorks doesn't correctly set the _POSIX_... options
|
|
||||||
#if defined(Q_OS_VXWORKS)
|
#if defined(Q_OS_VXWORKS)
|
||||||
# if defined(_POSIX_MONOTONIC_CLOCK) && (_POSIX_MONOTONIC_CLOCK <= 0)
|
|
||||||
# undef _POSIX_MONOTONIC_CLOCK
|
|
||||||
# define _POSIX_MONOTONIC_CLOCK 1
|
|
||||||
# endif
|
|
||||||
# include <pipeDrv.h>
|
# include <pipeDrv.h>
|
||||||
# include <sys/time.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if (_POSIX_MONOTONIC_CLOCK-0 <= 0) || defined(QT_BOOTSTRAPPED)
|
|
||||||
# include <sys/times.h>
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
QT_BEGIN_NAMESPACE
|
QT_BEGIN_NAMESPACE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user