+2011-06-14 Andreas Jaeger <aj@suse.de>
+
+ * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
+ memset declaration.
+
2011-06-10 Andreas Schwab <schwab@redhat.com>
* sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
+2011-06-14 Andreas Jaeger <aj@suse.de>
+
+ * pthread_rwlock_init.c: Include <string.h> for memset declaration.
+
2011-05-11 Ulrich Drepper <drepper@gmail.com>
[BZ #386]
-/* 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.
02111-1307 USA. */
#include "pthreadP.h"
+#include <string.h>
#include <kernel-features.h>
/* Determine whether interfaces use native transport. Linux version.
- Copyright (C) 2007 Free Software Foundation, Inc.
+ Copyright (C) 2007,2011 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
#include <stddef.h>
#include <stdint.h>
#include <stdlib.h>
+#include <string.h>
#include <time.h>
#include <unistd.h>
#include <net/if.h>