From 76041f7353f4e39d1f3429a2c40b14d61859dcce Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Tue, 18 Aug 2009 10:59:47 +0200 Subject: [PATCH] --- yaml --- r: 158270 b: refs/heads/master c: 1f18345bdfd489fde1085bc85839d5d3645cf511 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/tools/perf/util/util.h | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 87a363e0c089..7df400fc3fd8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8178d000506612e426753679eca1f9737d562d49 +refs/heads/master: 1f18345bdfd489fde1085bc85839d5d3645cf511 diff --git a/trunk/tools/perf/util/util.h b/trunk/tools/perf/util/util.h index d61a6f037631..15004d211663 100644 --- a/trunk/tools/perf/util/util.h +++ b/trunk/tools/perf/util/util.h @@ -39,10 +39,6 @@ /* Approximation of the length of the decimal representation of this type. */ #define decimal_length(x) ((int)(sizeof(x) * 2.56 + 0.5) + 1) -#if !defined(__APPLE__) && !defined(__FreeBSD__) && !defined(__USLC__) && !defined(_M_UNIX) -#define _XOPEN_SOURCE 600 /* glibc2 and AIX 5.3L need 500, OpenBSD needs 600 for S_ISLNK() */ -#define _XOPEN_SOURCE_EXTENDED 1 /* AIX 5.3L needs this */ -#endif #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _BSD_SOURCE 1