mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 10:52:56 +00:00
do not enable madvise() use on Hurd for JSC
Hurd does not have MAD_FREE Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
cfef2d8fbd
commit
0016067294
1 changed files with 3 additions and 0 deletions
3
src/3rdparty/javascriptcore/wtf/Platform.h
vendored
3
src/3rdparty/javascriptcore/wtf/Platform.h
vendored
|
@ -53,6 +53,9 @@ QT_USE_NAMESPACE
|
|||
#define HAVE_TM_GMTOFF 1
|
||||
#define HAVE_TM_ZONE 1
|
||||
#define HAVE_TIMEGM 1
|
||||
#endif
|
||||
|
||||
#if !defined(Q_OS_SOLARIS) && !defined(Q_OS_HURD)
|
||||
#define HAVE_MADV_FREE 1
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue