Le 25/06/2018 à 13:19, Alex Bennée a écrit : > To avoid repeating ourselves move our preexit clean-up code into a > helper function. I figured the continuing effort to split of the > syscalls made it worthwhile creating a new file for it now. > > Signed-off-by: Alex Bennée <alex.ben...@linaro.org> > --- > linux-user/Makefile.objs | 2 +- > linux-user/exit.c | 28 ++++++++++++++++++++++++++++ > linux-user/qemu.h | 8 ++++++++ > linux-user/syscall.c | 10 ++-------- > 4 files changed, 39 insertions(+), 9 deletions(-) > create mode 100644 linux-user/exit.c
Reviewed-by: Laurent Vivier <laur...@vivier.eu>