This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.17-840-ge781d7c


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  e781d7c58f7d2386674aa5ee92badccb76f630f6 (commit)
      from  d8412221e602c0184b4b4fd2e3effa970cbc6fa4 (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=e781d7c58f7d2386674aa5ee92badccb76f630f6

commit e781d7c58f7d2386674aa5ee92badccb76f630f6
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Sat Jun 22 19:32:50 2013 +0000

    Include <string.h> in nptl/pthread_setattr_default_np.c.

diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 0e3b018..875bdbd 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-22  Joseph Myers  <joseph@codesourcery.com>
+
+	* pthread_getattr_default_np.c: Include <string.h>.
+
 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
 	* Versions (libpthread): Add GLIBC_2.18.
diff --git a/nptl/pthread_setattr_default_np.c b/nptl/pthread_setattr_default_np.c
index e0b5239..c4624b3 100644
--- a/nptl/pthread_setattr_default_np.c
+++ b/nptl/pthread_setattr_default_np.c
@@ -20,6 +20,7 @@
 #include <stdlib.h>
 #include <pthreadP.h>
 #include <assert.h>
+#include <string.h>
 
 int
 pthread_setattr_default_np (const pthread_attr_t *in)

-----------------------------------------------------------------------

Summary of changes:
 nptl/ChangeLog                    |    4 ++++
 nptl/pthread_setattr_default_np.c |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]