On Tuesday 17 November 2009 04:09:28 Mikhail Gusarov wrote: > Twas brillig at 17:25:22 07.11.2009 UTC-05 gyre and gimble: >>> -extern int __gen_tempname (char *__tmpl, int __kind) attribute_hidden; >>> +extern int __gen_tempname (char *__tmpl, int __kind, mode_t mode) >> >> can you do a file size comparison between this and a varags >> approach ? if kind == __GT_NOCREATE, the mode will always be 0. >> if it isnt, you can use varargs to rip it off the stack. > > Found a time to test it: varargs variant is a 32bytes longer (at least > libc.a - still yet to build a working shared library for arm eabi from > this branch).
that's fine. thanks for checking this out. -mike
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
