diff options
Diffstat (limited to 'tools/perf/tests/bp_signal_overflow.c')
| -rw-r--r-- | tools/perf/tests/bp_signal_overflow.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/perf/tests/bp_signal_overflow.c b/tools/perf/tests/bp_signal_overflow.c index fe7ed28815f8..44ac82179708 100644 --- a/tools/perf/tests/bp_signal_overflow.c +++ b/tools/perf/tests/bp_signal_overflow.c | |||
| @@ -3,6 +3,12 @@ | |||
| 3 | * perf_event_tests (git://github.com/deater/perf_event_tests) | 3 | * perf_event_tests (git://github.com/deater/perf_event_tests) |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | /* | ||
| 7 | * Powerpc needs __SANE_USERSPACE_TYPES__ before <linux/types.h> to select | ||
| 8 | * 'int-ll64.h' and avoid compile warnings when printing __u64 with %llu. | ||
| 9 | */ | ||
| 10 | #define __SANE_USERSPACE_TYPES__ | ||
| 11 | |||
| 6 | #include <stdlib.h> | 12 | #include <stdlib.h> |
| 7 | #include <stdio.h> | 13 | #include <stdio.h> |
| 8 | #include <unistd.h> | 14 | #include <unistd.h> |
