* elf/dl-load.c: Use alloca, not __alloca.
* nscd/nscd_getgr_r.c: Mark local functions as internal.
* nscd/nscd_gethst_r.c: Likewise.
+ * elf/dl-load.c: Use alloca, not __alloca.
+
* sysdeps/unix/sysv/linux/reboot.c: Make sure first parameter is
correctly passed to the kernel even on 64bit platforms.
Patch by Bruce Elliott <bde@nwlink.com>.
return -1;
}
- buf = __alloca (max_dirnamelen + max_capstrlen + namelen);
+ buf = alloca (max_dirnamelen + max_capstrlen + namelen);
do
{
struct r_search_path_elem *this_dir = *dirs;