mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Quash two memset undeclared warnings.
This commit is contained in:
committed by
Roland McGrath
parent
3154bfb8c7
commit
c71ca1f89c
@ -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 <drepper@redhat.com>, 2002.
|
||||
|
||||
@ -18,6 +18,7 @@
|
||||
02111-1307 USA. */
|
||||
|
||||
#include "pthreadP.h"
|
||||
#include <string.h>
|
||||
#include <kernel-features.h>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user