Commit d5b3a9b6a9621d4b544e33f06baa3e75e6f79d7d
Committed by
Riku Voipio
1 parent
df377d03
linux-user/syscall.c: define _ATFILE_SOURCE
Needed to make sure the xxxat() functions are available. Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Signed-off-by: Riku Voipio <riku.voipio@iki.fi>
Showing
1 changed file
with
1 additions
and
0 deletions
linux-user/syscall.c
| @@ -18,6 +18,7 @@ | @@ -18,6 +18,7 @@ | ||
| 18 | * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, | 18 | * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, |
| 19 | * MA 02110-1301, USA. | 19 | * MA 02110-1301, USA. |
| 20 | */ | 20 | */ |
| 21 | +#define _ATFILE_SOURCE | ||
| 21 | #include <stdlib.h> | 22 | #include <stdlib.h> |
| 22 | #include <stdio.h> | 23 | #include <stdio.h> |
| 23 | #include <stdarg.h> | 24 | #include <stdarg.h> |