From: Eduardo Habkost Date: Tue, 9 Jun 2009 21:26:31 +0000 (-0300) Subject: linux-user/syscall.c: define _ATFILE_SOURCE X-Git-Tag: 0.10.0-0sb10~1024 X-Git-Url: http://vcs.maemo.org/git/?a=commitdiff_plain;h=d5b3a9b6a9621d4b544e33f06baa3e75e6f79d7d;p=qemu 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 --- 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 #include #include