Re: [uclibc-ng-devel] [PATCH 0/4] Use varargs for common syscall() implementation

2018-01-15 Thread Waldemar Brodkorb
Hi Stafford, Stafford Horne wrote, > Hello, > > This is a followup to the ("f764bcffe" or1k: syscall: Pass arguments on the > stack) patch which fixes the issue where the definition of syscall() in > unistd.h > and the common implementation in uclibc-ng don't match. > > This series allows the

Re: [uclibc-ng-devel] [PATCH v2] xtensa: fix strcmp

2018-01-15 Thread Waldemar Brodkorb
Hi Max, Max Filippov wrote, > Loops with 'loop forever' annotation inside strcmp are actually meant to > loop forever. Falling through the end of the first loop may result in > equal strings being compared unequal, e.g.: > > #include > > int main(void) > { >