From d5b3a9b6a9621d4b544e33f06baa3e75e6f79d7d Mon Sep 17 00:00:00 2001 From: Eduardo Habkost Date: Tue, 9 Jun 2009 18:26:31 -0300 Subject: [PATCH] linux-user/syscall.c: define _ATFILE_SOURCE Needed to make sure the xxxat() functions are available. Signed-off-by: Eduardo Habkost Signed-off-by: Riku Voipio --- linux-user/syscall.c | 1 + 1 file changed, 1 insertion(+) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 41d7dc19f3..3ff1e04235 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 #include #include