--- sysdeps/htl/configure | 5 +++++ sysdeps/htl/configure.ac | 3 +++ sysdeps/nptl/configure | 5 +++++ sysdeps/nptl/configure.ac | 3 +++ 4 files changed, 16 insertions(+)
diff --git a/sysdeps/htl/configure b/sysdeps/htl/configure index 4c84d3732d..e28058c049 100755 --- a/sysdeps/htl/configure +++ b/sysdeps/htl/configure @@ -1 +1,6 @@ +# This file is generated from configure.ac by Autoconf. DO NOT EDIT! + # Local configure fragment for sysdeps/htl. + printf "%s\n" "#define __PTHREAD_HTL 1" >>confdefs.h + + diff --git a/sysdeps/htl/configure.ac b/sysdeps/htl/configure.ac index 114aea7a18..1d2e90d30c 100644 --- a/sysdeps/htl/configure.ac +++ b/sysdeps/htl/configure.ac @@ -1 +1,4 @@ +GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory. +# Local configure fragment for sysdeps/htl. + AC_DEFINE(__PTHREAD_HTL) diff --git a/sysdeps/nptl/configure b/sysdeps/nptl/configure index f0870a5e14..d508fde5a5 100755 --- a/sysdeps/nptl/configure +++ b/sysdeps/nptl/configure @@ -1 +1,6 @@ +# This file is generated from configure.ac by Autoconf. DO NOT EDIT! + # Local configure fragment for sysdeps/nptl. + printf "%s\n" "#define __PTHREAD_NPTL 1" >>confdefs.h + + diff --git a/sysdeps/nptl/configure.ac b/sysdeps/nptl/configure.ac index 0602270df1..eee23d3ba5 100644 --- a/sysdeps/nptl/configure.ac +++ b/sysdeps/nptl/configure.ac @@ -1 +1,4 @@ +GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory. +# Local configure fragment for sysdeps/nptl. + AC_DEFINE(__PTHREAD_NPTL) -- 2.51.0
