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.13-204-ga4527b5


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  a4527b51d41d87379ab7f63909a953a288c4c377 (commit)
      from  ed690b2f24bbc4d9c541fc81a7c67e6dc5678a96 (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=a4527b51d41d87379ab7f63909a953a288c4c377

commit a4527b51d41d87379ab7f63909a953a288c4c377
Author: Andreas Schwab <schwab@redhat.com>
Date:   Thu May 19 21:15:22 2011 -0400

    Remove __libc_alloca_cutoff workaround

diff --git a/ChangeLog b/ChangeLog
index ada1495..7557fa8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-05-19  Andreas Schwab  <schwab@redhat.com>
+
+	* grp/compat-initgroups.c (__libc_use_alloca): Don't define.
+
 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
 
 	* libio/freopen.c (freopen): Use __dup2, not dup2.
diff --git a/grp/compat-initgroups.c b/grp/compat-initgroups.c
index 7bcc203..260c482 100644
--- a/grp/compat-initgroups.c
+++ b/grp/compat-initgroups.c
@@ -8,12 +8,6 @@ typedef enum nss_status (*end_function) (void);
 typedef enum nss_status (*get_function) (struct group *, char *,
 					 size_t, int *);
 
-/* This file is also used in nscd where __libc_alloca_cutoff is not
-   available.  */
-#ifdef NOT_IN_libc
-# define __libc_use_alloca(size) ((size) < __MAX_ALLOCA_CUTOFF * 4)
-#endif
-
 
 static enum nss_status
 compat_call (service_user *nip, const char *user, gid_t group, long int *start,

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

Summary of changes:
 ChangeLog               |    4 ++++
 grp/compat-initgroups.c |    6 ------
 2 files changed, 4 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]