Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 350003
b: refs/heads/master
c: e3541ec
h: refs/heads/master
i:
  350001: 72fc451
  349999: 8452e30
v: v3
  • Loading branch information
Sukadev Bhattiprolu authored and Arnaldo Carvalho de Melo committed Jan 30, 2013
1 parent d5a23ce commit 948f309
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 43f8e76e6b96eb1327cff62ac1cc733a51f31068
refs/heads/master: e3541ec75219819d3235f80125a1a75d798ff6e1
5 changes: 5 additions & 0 deletions trunk/tools/perf/tests/attr.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
* permissions. All the event text files are stored there.
*/

/*
* Powerpc needs __SANE_USERSPACE_TYPES__ before <linux/types.h> to select
* 'int-ll64.h' and avoid compile warnings when printing __u64 with %llu.
*/
#define __SANE_USERSPACE_TYPES__
#include <stdlib.h>
#include <stdio.h>
#include <inttypes.h>
Expand Down

0 comments on commit 948f309

Please sign in to comment.