"Yoshinori K. Okuji" <[EMAIL PROTECTED]> writes: >> I found another glibc specific function : alloca. Used in cmain in >> boot/powerpc/ieee1275/cmain.c. I repace it by declaring argv as an array of >> 64 elements : char *arg[64] (should be enouth ?). As the variables are >> allocated in the stack just like alloca do it should work just the same. > > This kind of functions should be complemented by a library. Look at Gnulib: > > http://www.gnu.org/software/gnulib/ > > I think Gnulib contains argp as well.
It does and I would prefer using argp from gnulib. Thanks, Marco _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel