From: Eduardo Habkost Date: Tue, 9 Jun 2009 21:26:31 +0000 (-0300) Subject: linux-user/syscall.c: define _ATFILE_SOURCE X-Git-Tag: v0.11.0-rc0~381 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d5b3a9b6a9621d4b544e33f06baa3e75e6f79d7d;p=thirdparty%2Fqemu.git 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 41d7dc19f37..3ff1e04235c 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