Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 795075
Collapse All | Expand All

(-)pax-utils-1.3.1/seccomp-bpf.h~ (-6 / +6 lines)
Lines 23-29 static const unsigned char seccomp_bpf_b Link Here
23
};
23
};
24
#endif
24
#endif
25
25
26
#if defined(__mips__) && defined(__MIPSEB__) && defined(_ABIO32)
26
#if defined(__mips__) && defined(__MIPSEB__) && (_MIPS_SIM == _ABIO32)
27
/* MIPS */
27
/* MIPS */
28
#define SECCOMP_BPF_AVAILABLE
28
#define SECCOMP_BPF_AVAILABLE
29
static const unsigned char seccomp_bpf_blks_base[] = {
29
static const unsigned char seccomp_bpf_blks_base[] = {
Lines 34-40 static const unsigned char seccomp_bpf_b Link Here
34
};
34
};
35
#endif
35
#endif
36
36
37
#if defined(__mips__) && defined(__MIPSEB__) && defined(_ABI64)
37
#if defined(__mips__) && defined(__MIPSEB__) && (_MIPS_SIM == _ABI64)
38
/* MIPS64 */
38
/* MIPS64 */
39
#define SECCOMP_BPF_AVAILABLE
39
#define SECCOMP_BPF_AVAILABLE
40
static const unsigned char seccomp_bpf_blks_base[] = {
40
static const unsigned char seccomp_bpf_blks_base[] = {
Lines 45-51 static const unsigned char seccomp_bpf_b Link Here
45
};
45
};
46
#endif
46
#endif
47
47
48
#if defined(__mips__) && defined(__MIPSEB__) && defined(_ABIN32)
48
#if defined(__mips__) && defined(__MIPSEB__) && (_MIPS_SIM == _ABIN32)
49
/* MIPS64N32 */
49
/* MIPS64N32 */
50
#define SECCOMP_BPF_AVAILABLE
50
#define SECCOMP_BPF_AVAILABLE
51
static const unsigned char seccomp_bpf_blks_base[] = {
51
static const unsigned char seccomp_bpf_blks_base[] = {
Lines 56-62 static const unsigned char seccomp_bpf_b Link Here
56
};
56
};
57
#endif
57
#endif
58
58
59
#if defined(__mips__) && defined(__MIPSEL__) && defined(_ABIO32)
59
#if defined(__mips__) && defined(__MIPSEL__) && (_MIPS_SIM == _ABIO32)
60
/* MIPSEL */
60
/* MIPSEL */
61
#define SECCOMP_BPF_AVAILABLE
61
#define SECCOMP_BPF_AVAILABLE
62
static const unsigned char seccomp_bpf_blks_base[] = {
62
static const unsigned char seccomp_bpf_blks_base[] = {
Lines 67-73 static const unsigned char seccomp_bpf_b Link Here
67
};
67
};
68
#endif
68
#endif
69
69
70
#if defined(__mips__) && defined(__MIPSEL__) && defined(_ABI64)
70
#if defined(__mips__) && defined(__MIPSEL__) && (_MIPS_SIM == _ABI64)
71
/* MIPSEL64 */
71
/* MIPSEL64 */
72
#define SECCOMP_BPF_AVAILABLE
72
#define SECCOMP_BPF_AVAILABLE
73
static const unsigned char seccomp_bpf_blks_base[] = {
73
static const unsigned char seccomp_bpf_blks_base[] = {
Lines 78-84 static const unsigned char seccomp_bpf_b Link Here
78
};
78
};
79
#endif
79
#endif
80
80
81
#if defined(__mips__) && defined(__MIPSEL__) && defined(_ABIN32)
81
#if defined(__mips__) && defined(__MIPSEL__) && (_MIPS_SIM == _ABIN32)
82
/* MIPSEL64N32 */
82
/* MIPSEL64N32 */
83
#define SECCOMP_BPF_AVAILABLE
83
#define SECCOMP_BPF_AVAILABLE
84
static const unsigned char seccomp_bpf_blks_base[] = {
84
static const unsigned char seccomp_bpf_blks_base[] = {

Return to bug 795075