From eb64f8cbe3fd1b8e10b1269fa345ea2a0caa976c Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 16 Mar 2003 03:22:41 +0000 Subject: * posix/fnmatch_loop.c: Add casts for signedness. * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise. * gmon/gmon.c (write_call_graph): Use u_long for FROM_LEN. * nscd/nscd_getgr_r.c (nscd_getgr_r): Use nscd_ssize_t for CNT. --- nptl/sysdeps/pthread/configure | 7 +++++++ nptl/sysdeps/pthread/configure.in | 6 ++++++ 2 files changed, 13 insertions(+) create mode 100755 nptl/sysdeps/pthread/configure create mode 100644 nptl/sysdeps/pthread/configure.in (limited to 'nptl') diff --git a/nptl/sysdeps/pthread/configure b/nptl/sysdeps/pthread/configure new file mode 100755 index 0000000000..8999d37e5a --- /dev/null +++ b/nptl/sysdeps/pthread/configure @@ -0,0 +1,7 @@ +# This file is generated from configure.in by Autoconf. DO NOT EDIT! + +if test "x$libc_cv_gcc___thread" != xyes; then + { { echo "$as_me:$LINENO: error: compiler support for __thread is required" >&5 +echo "$as_me: error: compiler support for __thread is required" >&2;} + { (exit 1); exit 1; }; } +fi diff --git a/nptl/sysdeps/pthread/configure.in b/nptl/sysdeps/pthread/configure.in new file mode 100644 index 0000000000..8350f86dc0 --- /dev/null +++ b/nptl/sysdeps/pthread/configure.in @@ -0,0 +1,6 @@ +dnl configure fragment for new libpthread implementation. +GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory. + +if test "x$libc_cv_gcc___thread" != xyes; then + AC_MSG_ERROR(compiler support for __thread is required) +fi -- cgit 1.4.1