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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/lib/igt_x86.h
0
++ b/lib/igt_x86.h
Lines 42-48 Link Here
42
#define F16C	0x200
42
#define F16C	0x200
43
43
44
#if defined(__x86_64__) || defined(__i386__)
44
#if defined(__x86_64__) || defined(__i386__)
45
unsigned igt_x86_features(void);
45
unsigned igt_x86_features(void) __attribute__((visibility("hidden"))); /* Make sure we never go via PLT. */
46
char *igt_x86_features_to_string(unsigned features, char *line);
46
char *igt_x86_features_to_string(unsigned features, char *line);
47
#else
47
#else
48
static inline unsigned igt_x86_features(void)
48
static inline unsigned igt_x86_features(void)

Return to bug 788625