qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [COMMIT d5b3a9b] linux-user/syscall.c: define _ATFILE_SOU


From: Anthony Liguori
Subject: [Qemu-commits] [COMMIT d5b3a9b] linux-user/syscall.c: define _ATFILE_SOURCE
Date: Tue, 16 Jun 2009 19:36:03 -0000

From: Eduardo Habkost <address@hidden>

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

Signed-off-by: Eduardo Habkost <address@hidden>
Signed-off-by: Riku Voipio <address@hidden>

diff --git a/linux-user/syscall.c b/linux-user/syscall.c
index 41d7dc1..3ff1e04 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>




reply via email to

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