This is the mail archive of the
glibc-cvs@sourceware.org
mailing list for the glibc project.
GNU C Library master sources branch master updated. glibc-2.21-648-g34e3f83
- From: cltang at sourceware dot org
- To: glibc-cvs at sourceware dot org
- Date: 26 Jul 2015 07:55:06 -0000
- Subject: GNU C Library master sources branch master updated. glibc-2.21-648-g34e3f83
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".
The branch, master has been updated
via 34e3f83fe17b27a4c618a33661eb5412350f1147 (commit)
from 1d4bbc54bd4f7d85d774871341b49f4357af1fb7 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=34e3f83fe17b27a4c618a33661eb5412350f1147
commit 34e3f83fe17b27a4c618a33661eb5412350f1147
Author: Chung-Lin Tang <cltang@codesourcery.com>
Date: Sun Jul 26 00:54:27 2015 -0700
Add #include <string.h> to nptl/tst-join7mod.c to silence GCC warnings.
diff --git a/ChangeLog b/ChangeLog
index d194b6e..2603ad0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-07-26 Chung-Lin Tang <cltang@codesourcery.com>
+
+ * nptl/tst-join7mod.c: Add #include <string.h>.
+
2015-07-25 Chung-Lin Tang <cltang@codesourcery.com>
* sysdeps/nios2/libm-test-ulps: Update.
diff --git a/nptl/tst-join7mod.c b/nptl/tst-join7mod.c
index 92bb381..a35db50 100644
--- a/nptl/tst-join7mod.c
+++ b/nptl/tst-join7mod.c
@@ -18,6 +18,7 @@
<http://www.gnu.org/licenses/>. */
#include <stdio.h>
+#include <string.h>
#include <pthread.h>
#include <atomic.h>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 4 ++++
nptl/tst-join7mod.c | 1 +
2 files changed, 5 insertions(+), 0 deletions(-)
hooks/post-receive
--
GNU C Library master sources