Re: [uclibc-ng-devel] [PATCH] towlower and locales

2017-07-29 Thread Waldemar Brodkorb
Hi, Eugene Yudin wrote, > Hi, > > The function towlower doesn't work with locales diffrent from C. > Issue was introduced in this commit: > https://cgit.openadk.org/cgi/cgit/uclibc-ng.git/commit/?id= > 8cde3a9bf2856dcb9a759dec7ecb04a68e712254 > Call to setlocale is needed for correct generation

Re: [uclibc-ng-devel] [PATCH] valloc declaration in stdlib.h

2017-07-29 Thread Waldemar Brodkorb
Hi, Eugene Yudin wrote, > Sorry. I made a typo. Of course It's a runtime error. > > Requirements: >  * uClibc-ng with disabled option "Enable SuSv2 LEGACY functions" > (UCLIBC_SUSV2_LEGACY symbol). Applied and pushed, Thanks Waldemar ___ devel

Re: [uclibc-ng-devel] syscall cancel simplification patches

2017-07-29 Thread Waldemar Brodkorb
Hi Max, > Am 28.07.2017 um 04:16 schrieb Max Filippov : > > Hi Waldemar, > >> On Fri, Jul 21, 2017 at 12:31 PM, Waldemar Brodkorb >> wrote: >> I would like to get some feedback for following three patches. >> The test suite runs over all architectures