aboutsummaryrefslogtreecommitdiffstats
path: root/tools/misc/xenpm.c
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-03-19 10:10:31 +0000
committerKeir Fraser <keir.fraser@citrix.com>2009-03-19 10:10:31 +0000
commitb21c09a4ff93cce1dce57b94dfbbddffca400d80 (patch)
tree5487c9511455b0d6dd863fb31cfbb825fe2e2e01 /tools/misc/xenpm.c
parentcb4343bf2efe0bea12f8729e0de8bbaa13f19438 (diff)
downloadxen-b21c09a4ff93cce1dce57b94dfbbddffca400d80.tar.gz
xen-b21c09a4ff93cce1dce57b94dfbbddffca400d80.tar.bz2
xen-b21c09a4ff93cce1dce57b94dfbbddffca400d80.zip
cpuidle and xenpm small cleanups.
Signed-off-by: Guanqun Lu <guanqun.lu@intel.com>
Diffstat (limited to 'tools/misc/xenpm.c')
-rw-r--r--tools/misc/xenpm.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/misc/xenpm.c b/tools/misc/xenpm.c
index 6dd4c691fe..5f7fbc0617 100644
--- a/tools/misc/xenpm.c
+++ b/tools/misc/xenpm.c
@@ -16,9 +16,6 @@
* Place - Suite 330, Boston, MA 02111-1307 USA.
*/
-/* to eliminate warning on `strndup' */
-#define _GNU_SOURCE
-
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>