diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2018-07-25 15:20:44 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2018-07-25 17:27:45 -0300 |
commit | d6499b7039dd5830ad29b8f4332d66214f1a3dfd (patch) | |
tree | ebc8969c55f2dc4363e3526b90adb873e908720b /ChangeLog | |
parent | 08ac6bed146c0546d63163ac0d42c9a35880412d (diff) | |
download | glibc-d6499b7039dd5830ad29b8f4332d66214f1a3dfd.tar glibc-d6499b7039dd5830ad29b8f4332d66214f1a3dfd.tar.gz glibc-d6499b7039dd5830ad29b8f4332d66214f1a3dfd.tar.bz2 glibc-d6499b7039dd5830ad29b8f4332d66214f1a3dfd.zip |
Fix ISO C threads installed header and HURD assumption
Set installed NPTL header as the expected one (instead of an
internal one for glibc testsuite) and add a hurd specific
stdc-predef with __STDC_NO_THREADS__.
Checked on both i686-linux-gnu and i686-gnu that both threads.h
and stdc-predef.h are the expected ones.
* nptl/threads.h: Move to ...
* sysdeps/nptl/threads.h: ... here.
* sysdeps/hurd/stdc-predef.h: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2018-07-25 Adhemerval Zanella <adhemerval.zanella@linaro.org> + + * nptl/threads.h: Move to ... + * sysdeps/nptl/threads.h: ... here. + * sysdeps/hurd/stdc-predef.h: New file. + 2018-07-25 H.J. Lu <hongjiu.lu@intel.com> * sysdeps/unix/sysv/linux/x86/Makefile (tests): Add |