Re: [PATCH] linux-user: Use getcwd syscall directly

2020-07-27 Thread Laurent Vivier
Le 23/07/2020 à 12:27, Andreas Schwab a écrit : > The glibc getcwd function returns different errors than the getcwd > syscall, which triggers an assertion failure in the glibc getcwd function > when running under the emulation. > > Signed-off-by: Andreas Schwab > --- > linux-user/syscall.c | 9

Re: [PATCH] linux-user: Use getcwd syscall directly

2020-07-24 Thread Laurent Vivier
Le 23/07/2020 à 12:27, Andreas Schwab a écrit : > The glibc getcwd function returns different errors than the getcwd > syscall, which triggers an assertion failure in the glibc getcwd function > when running under the emulation. > > Signed-off-by: Andreas Schwab > --- > linux-user/syscall.c | 9

[PATCH] linux-user: Use getcwd syscall directly

2020-07-23 Thread Andreas Schwab
The glibc getcwd function returns different errors than the getcwd syscall, which triggers an assertion failure in the glibc getcwd function when running under the emulation. Signed-off-by: Andreas Schwab --- linux-user/syscall.c | 9 + 1 file changed, 1 insertion(+), 8 deletions(-) dif

Re: [PATCH] linux-user: Use getcwd syscall directly

2020-04-07 Thread Andreas Schwab
On Apr 07 2020, Peter Maydell wrote: > On Tue, 7 Apr 2020 at 11:37, Laurent Vivier wrote: >> >> Le 06/04/2020 à 17:18, Andreas Schwab a écrit : >> > The glibc getcwd function returns different errors than the getcwd >> > syscall, which triggers an assertion failure in the glibc getcwd function >>

Re: [PATCH] linux-user: Use getcwd syscall directly

2020-04-07 Thread Peter Maydell
On Tue, 7 Apr 2020 at 11:37, Laurent Vivier wrote: > > Le 06/04/2020 à 17:18, Andreas Schwab a écrit : > > The glibc getcwd function returns different errors than the getcwd > > syscall, which triggers an assertion failure in the glibc getcwd function > > when running under the emulation. What ex

Re: [PATCH] linux-user: Use getcwd syscall directly

2020-04-07 Thread Laurent Vivier
Le 06/04/2020 à 17:18, Andreas Schwab a écrit : > The glibc getcwd function returns different errors than the getcwd > syscall, which triggers an assertion failure in the glibc getcwd function > when running under the emulation. > > Signed-off-by: Andreas Schwab > --- > linux-user/syscall.c | 9

[PATCH] linux-user: Use getcwd syscall directly

2020-04-06 Thread Andreas Schwab
The glibc getcwd function returns different errors than the getcwd syscall, which triggers an assertion failure in the glibc getcwd function when running under the emulation. Signed-off-by: Andreas Schwab --- linux-user/syscall.c | 9 + 1 file changed, 1 insertion(+), 8 deletions(-) dif