@@ -3,7 +3,6 @@
* Copyright (C) 2009, 2010 Red Hat Inc, Steven Rostedt <srostedt@redhat.com>
*
*/
-#define _LARGEFILE64_SOURCE
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
@@ -3,7 +3,6 @@
* Copyright (C) 2009, 2010 Red Hat Inc, Steven Rostedt <srostedt@redhat.com>
*
*/
-#define _LARGEFILE64_SOURCE
#include <dirent.h>
#include <stdio.h>
#include <stdlib.h>
@@ -3,7 +3,6 @@
* Copyright (C) 2009, 2010 Red Hat Inc, Steven Rostedt <srostedt@redhat.com>
*
*/
-#define _LARGEFILE64_SOURCE
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
@@ -5,7 +5,6 @@
* Several of the ideas in this file came from Arnaldo Carvalho de Melo's
* work on the perf ui.
*/
-#define _LARGEFILE64_SOURCE
#include <dirent.h>
#include <stdio.h>
#include <stdlib.h>
@@ -3,7 +3,6 @@
* Copyright (C) 2009, 2010 Red Hat Inc, Steven Rostedt <srostedt@redhat.com>
*
*/
-#define _LARGEFILE64_SOURCE
#include <dirent.h>
#include <stdio.h>
#include <stdlib.h>
@@ -11,7 +11,6 @@
* was written for the newer version. I decided to do some of it here
* in C.
*/
-#define _LARGEFILE64_SOURCE
#include <dirent.h>
#include <stdio.h>
#include <stdlib.h>
@@ -5,7 +5,6 @@
*/
/** FIXME: Convert numbers based on machine and file */
-#define _LARGEFILE64_SOURCE
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -3,7 +3,6 @@
* Copyright (C) 2009, 2010 Red Hat Inc, Steven Rostedt <srostedt@redhat.com>
*
*/
-#define _LARGEFILE64_SOURCE
#include <dirent.h>
#include <stdio.h>
#include <stdlib.h>
@@ -3,7 +3,6 @@
* Copyright (C) 2009, 2010 Red Hat Inc, Steven Rostedt <srostedt@redhat.com>
*
*/
-#define _LARGEFILE64_SOURCE
#include <dirent.h>
#include <stdio.h>
#include <stdlib.h>
@@ -3,7 +3,6 @@
* Copyright (C) 2010 Red Hat Inc, Steven Rostedt <srostedt@redhat.com>
*
*/
-#define _LARGEFILE64_SOURCE
#include <dirent.h>
#include <stdio.h>
#include <stdlib.h>
Its no longer needed since we have dropped using LF64 interfaces Signed-off-by: Khem Raj <raj.khem@gmail.com> --- lib/trace-cmd/trace-input.c | 1 - lib/trace-cmd/trace-output.c | 1 - lib/trace-cmd/trace-recorder.c | 1 - tracecmd/trace-hist.c | 1 - tracecmd/trace-listen.c | 1 - tracecmd/trace-mem.c | 1 - tracecmd/trace-profile.c | 1 - tracecmd/trace-read.c | 1 - tracecmd/trace-restore.c | 1 - tracecmd/trace-split.c | 1 - 10 files changed, 10 deletions(-)