Accepting request 79155 from home:a_jaeger:glibc214

Update to glibc 2.14

OBS-URL: https://build.opensuse.org/request/show/79155
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=88
This commit is contained in:
Cristian Rodríguez
2011-08-17 19:42:24 +00:00
committed by Git OBS Bridge
parent 278d27159a
commit f9d5ef4791
26 changed files with 372 additions and 857 deletions

View File

@@ -1,31 +0,0 @@
2011-06-14 Andreas Jaeger <aj@suse.de>
* pthread_rwlock_init.c: Include <string.h> for
memset declaration.
2011-06-14 Andreas Jaeger <aj@suse.de>
* sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
memset declaration.
--- a/sysdeps/unix/sysv/linux/check_native.c
+++ b/sysdeps/unix/sysv/linux/check_native.c
@@ -23,6 +23,7 @@
#include <stddef.h>
#include <stdint.h>
#include <stdlib.h>
+#include <string.h>
#include <time.h>
#include <unistd.h>
#include <net/if.h>
--- a/nptl/pthread_rwlock_init.c
+++ b/nptl/pthread_rwlock_init.c
@@ -18,6 +18,7 @@
02111-1307 USA. */
#include "pthreadP.h"
+#include <string.h>
#include <kernel-features.h>