On Fri, Jun 17, 2011 at 03:44:45AM +0200, Denys Vlasenko wrote: > As to getc_unlocked, well... we can do better that using it only here. > NONE of bbox applets are threaded, does it mean we can simply use > foo_unclocked everywhere by #define magic?
That's probably better than changing getc => getc_unlocked in the source, since it can allow the locked functions to still be used by multithreaded applications using libbusybox. >>> Dan _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
