Re: [PATCH 1/2] libc: fix setting return value and errno in fallocate()

2015-09-16 Thread Waldemar Brodkorb
Hi Yuriy, can you explain why these patches are useful? Better standard conformance? Testsuite or runtime fixes? Thanks Waldemar Yuriy Kolerov wrote, > Signed-off-by: Yuriy Kolerov > --- > libc/sysdeps/linux/common/fallocate.c | 13 - >

Re: [PATCH 1/2] libc: fix setting return value and errno in fallocate()

2015-09-16 Thread Bernhard Reutner-Fischer
On September 16, 2015 9:20:31 PM GMT+02:00, Waldemar Brodkorb wrote: >Hi Yuriy, > >can you explain why these patches are useful? posix_fallocate does not set errno, the non-standard, Linux fallocate does, according to its manpage (and returns -1 upon error). >Better standard

Re: [PATCH v2] nptl: remove duplicate vfork() in libpthread

2015-09-16 Thread Vineet Gupta
Hi Bernhard, On Tuesday 04 August 2015 01:42 AM, Vineet Gupta wrote: > On Friday 31 July 2015 12:23 AM, Bernhard Reutner-Fischer wrote: >> On July 24, 2015 9:17:27 AM GMT+02:00, Vineet Gupta >> wrote: >>> On Friday 24 July 2015 09:26 AM, Bernhard Reutner-Fischer