qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 20/21] linux-user/syscall.c: define _ATFILE_SOURCE


From: riku . voipio
Subject: [Qemu-devel] [PATCH 20/21] linux-user/syscall.c: define _ATFILE_SOURCE
Date: Fri, 12 Jun 2009 16:50:30 +0300

From: Eduardo Habkost <address@hidden>

Needed to make sure the xxxat() functions are available.

From: Eduardo Habkost <address@hidden>
Signed-off-by: Eduardo Habkost <address@hidden>
Signed-off-by: Riku Voipio <address@hidden>
---
 linux-user/syscall.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/linux-user/syscall.c b/linux-user/syscall.c
index 6124751..2939de8 100644
--- a/linux-user/syscall.c
+++ b/linux-user/syscall.c
@@ -18,6 +18,7 @@
  *  Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
  *  MA 02110-1301, USA.
  */
+#define _ATFILE_SOURCE
 #include <stdlib.h>
 #include <stdio.h>
 #include <stdarg.h>
-- 
1.6.2.1





reply via email to

[Prev in Thread] Current Thread [Next in Thread]