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.15-100-gbdb6de1


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  bdb6de1d6d5d2a538e34fd453331acd0f664f6ed (commit)
      from  83cf1b9f0244a6c6b420de88f19d707f2c2e5247 (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://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=bdb6de1d6d5d2a538e34fd453331acd0f664f6ed

commit bdb6de1d6d5d2a538e34fd453331acd0f664f6ed
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Wed Jan 25 16:50:17 2012 +0000

    Remove gets declarations in C++ tests.

diff --git a/ChangeLog b/ChangeLog
index ffd4224..a0b355e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2012-01-25  Joseph Myers  <joseph@codesourcery.com>
+
+	* elf/tst-unique3.cc (gets): Remove declaration.
+	* elf/tst-unique3lib.cc (gets): Likewise.
+	* elf/tst-unique3lib2.cc (gets): Likewise.
+	* elf/tst-unique4.cc (gets): Likewise.
+
 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
 
 	* include/stdio.h: Add C++ protection.  Add gets declarations and
diff --git a/elf/tst-unique3.cc b/elf/tst-unique3.cc
index ec1e814..efdd6d7 100644
--- a/elf/tst-unique3.cc
+++ b/elf/tst-unique3.cc
@@ -1,5 +1,4 @@
 #include "tst-unique3.h"
-extern char *gets (char *);
 
 #include <cstdio>
 #include "../dlfcn/dlfcn.h"
diff --git a/elf/tst-unique3lib.cc b/elf/tst-unique3lib.cc
index 5429dc5..fa8e85a 100644
--- a/elf/tst-unique3lib.cc
+++ b/elf/tst-unique3lib.cc
@@ -1,5 +1,3 @@
-extern char *gets (char *);
-
 #include <cstdio>
 #include "tst-unique3.h"
 template<typename T> int S<T>::i = 1;
diff --git a/elf/tst-unique3lib2.cc b/elf/tst-unique3lib2.cc
index 76dadca..17d817e 100644
--- a/elf/tst-unique3lib2.cc
+++ b/elf/tst-unique3lib2.cc
@@ -1,5 +1,3 @@
-extern char *gets (char *);
-
 #include <cstdio>
 #include "tst-unique3.h"
 
diff --git a/elf/tst-unique4.cc b/elf/tst-unique4.cc
index e38ae83..575c70d 100644
--- a/elf/tst-unique4.cc
+++ b/elf/tst-unique4.cc
@@ -1,6 +1,5 @@
 // BZ 12511
 #include "tst-unique4.h"
-extern char *gets (char *);
 
 #include <cstdio>
 

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

Summary of changes:
 ChangeLog              |    7 +++++++
 elf/tst-unique3.cc     |    1 -
 elf/tst-unique3lib.cc  |    2 --
 elf/tst-unique3lib2.cc |    2 --
 elf/tst-unique4.cc     |    1 -
 5 files changed, 7 insertions(+), 6 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]