Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 922263 | Differences between
and this patch

Collapse All | Expand All

(-)a/3rdparty/pine/pine_server.h (-1 / +1 lines)
Lines 27-33 Link Here
27
#include <sys/un.h>
27
#include <sys/un.h>
28
#include <arpa/inet.h>
28
#include <arpa/inet.h>
29
#include <poll.h>
29
#include <poll.h>
30
#if defined(__DragonFly__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__APPLE__)
30
#if defined(__DragonFly__) || defined(__FreeBSD__) || defined(__linux__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__APPLE__)
31
#include <unistd.h>
31
#include <unistd.h>
32
#endif
32
#endif
33
#endif
33
#endif
(-)a/Utilities/JITASM.cpp (+1 lines)
Lines 10-15 Link Here
10
#include "util/simd.hpp"
10
#include "util/simd.hpp"
11
11
12
#ifdef __linux__
12
#ifdef __linux__
13
#include <unistd.h>
13
#define CAN_OVERCOMMIT
14
#define CAN_OVERCOMMIT
14
#endif
15
#endif
15
16
(-)a/Utilities/Thread.cpp (+1 lines)
Lines 46-51 DYNAMIC_IMPORT_RENAME("Kernel32.dll", SetThreadDescriptionImport, "SetThreadDesc Link Here
46
#include <time.h>
46
#include <time.h>
47
#endif
47
#endif
48
#ifdef __linux__
48
#ifdef __linux__
49
#include <sys/syscall.h>
49
#include <sys/timerfd.h>
50
#include <sys/timerfd.h>
50
#include <unistd.h>
51
#include <unistd.h>
51
#endif
52
#endif

Return to bug 922263