1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

* 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.
This commit is contained in:
Roland McGrath
2003-03-16 03:22:41 +00:00
parent 385cce415c
commit eb64f8cbe3
7 changed files with 28 additions and 7 deletions

7
nptl/sysdeps/pthread/configure vendored Executable file
View File

@ -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