Re: [uclibc-ng-devel] [PATCH] lseek.c: bugfix ltp lseek01.c

2018-04-13 Thread Waldemar Brodkorb
Hi Guo, Guo Ren wrote, > Ref the implement from the glibc and high=0 seems so bad. > > Signed-off-by: Guo Ren Applied and pushed, thx Waldemar ___ devel mailing list devel@uclibc-ng.org

[uclibc-ng-devel] [PATCH] lseek.c: bugfix ltp lseek01.c

2018-04-13 Thread Guo Ren
Ref the implement from the glibc and high=0 seems so bad. Signed-off-by: Guo Ren --- libc/sysdeps/linux/common/lseek.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libc/sysdeps/linux/common/lseek.c b/libc/sysdeps/linux/common/lseek.c index