Message ID | 20171214062909.8602-1-shorne@gmail.com |
---|---|
Headers | show |
Series | Use varargs for common syscall() implementation | expand |
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 implementation to match the definition and then goes on > to remove generic implementations used by or1k, nds32 and arc. Finally applied and pushed the or1k and nds32 patches. Arc patches are dropped as suggested by Vineet. The nds32 patchset was fixed up a little before pushing. No regressions found by running the uClibc-ng testsuite. Thanks a lot, Waldemar