From c71ca1f89c6e89d8c4145e4c2fdcce2fc78812bd Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 14 Jun 2011 13:11:39 -0700 Subject: Quash two memset undeclared warnings. --- nptl/ChangeLog | 4 ++++ nptl/pthread_rwlock_init.c | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'nptl') diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 436952d..e0526fa 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,7 @@ +2011-06-14 Andreas Jaeger + + * pthread_rwlock_init.c: Include for memset declaration. + 2011-05-11 Ulrich Drepper [BZ #386] diff --git a/nptl/pthread_rwlock_init.c b/nptl/pthread_rwlock_init.c index c0aa1941..9ecd48c 100644 --- a/nptl/pthread_rwlock_init.c +++ b/nptl/pthread_rwlock_init.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002, 2007, 2009 Free Software Foundation, Inc. +/* Copyright (C) 2002,2007,2009,2011 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 2002. @@ -18,6 +18,7 @@ 02111-1307 USA. */ #include "pthreadP.h" +#include #include -- cgit v1.1