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-64-g232f700


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  232f7002929098127125289783d4ffcb9c53be97 (commit)
      from  b5792741c8cd655d0ee4c488caabeff7b122601a (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=232f7002929098127125289783d4ffcb9c53be97

commit 232f7002929098127125289783d4ffcb9c53be97
Author: Roland McGrath <roland@hack.frob.com>
Date:   Wed Jan 9 15:58:25 2013 -0800

    Remove unused macro ALLOCA_LIMIT.

diff --git a/ChangeLog b/ChangeLog
index 3f37b84..dac24e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-01-09  Roland McGrath  <roland@hack.frob.com>
+
+	* misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
+
 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
 	* sysdeps/s390/fpu/libm-test-ulps: Update.
diff --git a/misc/error.c b/misc/error.c
index 40767ad..c8e62cf 100644
--- a/misc/error.c
+++ b/misc/error.c
@@ -130,7 +130,6 @@ error_tail (int status, int errnum, const char *message, va_list args)
 #if _LIBC
   if (_IO_fwide (stderr, 0) > 0)
     {
-# define ALLOCA_LIMIT 2000
       size_t len = strlen (message) + 1;
       wchar_t *wmessage = NULL;
       mbstate_t st;

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

Summary of changes:
 ChangeLog    |    4 ++++
 misc/error.c |    1 -
 2 files changed, 4 insertions(+), 1 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]