mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-30 12:31:53 +08:00
Remove __libc_alloca_cutoff workaround
This commit is contained in:
parent
ed690b2f24
commit
a4527b51d4
@ -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>
|
2011-05-19 Ulrich Drepper <drepper@gmail.com>
|
||||||
|
|
||||||
* libio/freopen.c (freopen): Use __dup2, not dup2.
|
* libio/freopen.c (freopen): Use __dup2, not dup2.
|
||||||
|
@ -8,12 +8,6 @@ typedef enum nss_status (*end_function) (void);
|
|||||||
typedef enum nss_status (*get_function) (struct group *, char *,
|
typedef enum nss_status (*get_function) (struct group *, char *,
|
||||||
size_t, int *);
|
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
|
static enum nss_status
|
||||||
compat_call (service_user *nip, const char *user, gid_t group, long int *start,
|
compat_call (service_user *nip, const char *user, gid_t group, long int *start,
|
||||||
|
Loading…
Reference in New Issue
Block a user