several patches for uclibc ng
commit7b1c4fa9bd8df64c8002ea4e613c8952bdfefbdd
authorhan_mao@c-sky.com <han_mao@c-sky.com>
Thu, 13 Dec 2018 01:37:12 +0000 (13 09:37 +0800)
committerWaldemar Brodkorb <wbrodkorb@conet.de>
Fri, 14 Dec 2018 09:50:50 +0000 (14 10:50 +0100)
treef3d1dd498d6555feb89b970c9b0f5940505416e3
parent358b7807d7278eaf9cd0cc6e7168d533fbd0b707
several patches for uclibc ng

I've got several patches to fix ltp/openmp/uclibc-ng-test testcase fail on
c-sky.
- fix a ltp testcase.
- fix the problem that pthread creat will fail when libomp is linked before
  libc, the variable pagesize is not init.
- fix tst-cancel4 and tst-cancel16.  tst-cancelx4 and tst-cancelx16 still fail
  with this patch applied, cleanup handler is not called for open/creat/fcntl,
  seems some thing wrong with unwind, I haven't check the rootcause yet.
libc/sysdeps/linux/common/__syscall_fcntl64.c
libc/sysdeps/linux/common/ftruncate.c
libc/sysdeps/linux/common/openat.c
libpthread/nptl/Makefile.in
libpthread/nptl/init.c