Hello! This series provides nolibc updates, perhaps most notably the addition of the gettid() system call: 1. x86-64: Fix startup code bug, courtesy of Ammar Faizi. 2. i386: fix initial stack alignment, courtesy of Willy Tarreau. 3. fix incorrect truncation of exit code, courtesy of Willy Tarreau. 4. x86: Remove `r8`, `r9` and `r10` from the clobber list, courtesy of Ammar Faizi. 5. x86-64: Use `mov $60,%eax` instead of `mov $60,%rax`, courtesy of Ammar Faizi. 6. Implement gettid(), courtesy of Mark Brown. Thanx, Paul ------------------------------------------------------------------------ b/tools/include/nolibc/nolibc.h | 10 ++++- tools/include/nolibc/nolibc.h | 76 +++++++++++++++++++++++++++------------- 2 files changed, 60 insertions(+), 26 deletions(-)