diff options
author | Aleksandar Rikalo <arikalo@wavecomp.com> | 2018-08-02 16:16:00 +0200 |
---|---|---|
committer | Aleksandar Markovic <amarkovic@wavecomp.com> | 2018-08-16 19:18:45 +0200 |
commit | 4f7f892420b4a5333b59d15068e5d8e97f9899c8 (patch) | |
tree | b9f8cb2aacc25c1e666a50b384e4c0466422ba30 /fpu | |
parent | 977324ac8c61b7983ae977333dc615f1d4697eea (diff) | |
download | qemu-4f7f892420b4a5333b59d15068e5d8e97f9899c8.zip |
linux-user: Add preprocessor availability control to some syscalls
Add ability to target platforms to individually include user-mode
support for system calls from "stat" group of system calls.
This change is related to new nanoMIPS platform in the sense that
it supports a different set of "stat" system calls than any other
target. nanoMIPS does not support structures stat and stat64 at
all. Also, support for certain number of other system calls is
dropped in nanoMIPS (those are most of the time obsoleted system
calls).
Without this patch, build for nanoMIPS would fail.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Signed-off-by: Stefan Markovic <smarkovic@wavecomp.com>
Diffstat (limited to 'fpu')
0 files changed, 0 insertions, 0 deletions