diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-02-10 23:45:23 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-02-10 23:45:23 +0000 |
commit | fba7fc5a21f5c56e4878228d2311d040e5b84653 (patch) | |
tree | b89150c1dfec0205b7d4996d776d37fb177e2ec4 /sysdeps/mach/hurd/i386 | |
parent | 8ba6ad703cb38ec57cdb473650ac289e5f8496d5 (diff) | |
download | glibc-fba7fc5a21f5c56e4878228d2311d040e5b84653.tar glibc-fba7fc5a21f5c56e4878228d2311d040e5b84653.tar.gz glibc-fba7fc5a21f5c56e4878228d2311d040e5b84653.tar.bz2 glibc-fba7fc5a21f5c56e4878228d2311d040e5b84653.zip |
htl C11 threads: Avoid pthread_ symbols visibility in static library
Diffstat (limited to 'sysdeps/mach/hurd/i386')
-rw-r--r-- | sysdeps/mach/hurd/i386/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sysdeps/mach/hurd/i386/Makefile b/sysdeps/mach/hurd/i386/Makefile index 445724f85f..e6e665b5fe 100644 --- a/sysdeps/mach/hurd/i386/Makefile +++ b/sysdeps/mach/hurd/i386/Makefile @@ -87,10 +87,6 @@ test-xfail-XOPEN2K8/sys/socket.h/conform = yes test-xfail-XOPEN2K8/sys/types.h/conform = yes test-xfail-XOPEN2K8/stdlib.h/conform = yes test-xfail-XOPEN2K8/arpa/inet.h/conform = yes - -# For bug 23819 -test-xfail-ISO11/threads.h/linknamespace = yes -test-xfail-ISO11/threads.h/conform = yes endif # For bug 23286 |