Re: [PATCH 2/3] linux user: moving is proc functions to separate file

2020-08-18 Thread Андрей Аладьев
Ok, we may store these functions in syscall.c. вт, 18 авг. 2020 г. в 18:56, Laurent Vivier : > Le 18/08/2020 à 01:57, Andrew Aladjev a écrit : > > Signed-off-by: Andrew Aladjev > > --- > > linux-user/Makefile.objs | 5 +++-- > > linux-user/syscall.c | 33 +

Re: [PATCH 2/3] linux user: moving is proc functions to separate file

2020-08-18 Thread Laurent Vivier
Le 18/08/2020 à 01:57, Andrew Aladjev a écrit : > Signed-off-by: Andrew Aladjev > --- > linux-user/Makefile.objs | 5 +++-- > linux-user/syscall.c | 33 + > linux-user/syscall_proc.c | 32 > linux-user/syscall_proc.h | 7 +++

[PATCH 2/3] linux user: moving is proc functions to separate file

2020-08-17 Thread Andrew Aladjev
Signed-off-by: Andrew Aladjev --- linux-user/Makefile.objs | 5 +++-- linux-user/syscall.c | 33 + linux-user/syscall_proc.c | 32 linux-user/syscall_proc.h | 7 +++ 4 files changed, 43 insertions(+), 34 deletions(-) cr