Peter Mazinger <[email protected]> wrote: Hello, seeing the ffsl* commits, I wonder if I missed some new rule to always use a (visible) __libc_X() function within libc. Earlier visible __libc_X() functions were used, if these were needed "internally" in another lib* within uClibc (for ex. cancellation). I this particular case I cannot find any reference in code, that a visible __libc_ffsl() is needed, not even the *hidden_proto/hidden_def part. See proposed change attached -- Schon gehört? GMX hat einen genialen Phishing-Filter in die Toolbar eingebaut! http://www.gmx.net/de/go/toolbar_____________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
Hi, The old rule to only use __libc funcs "internally" still holds true, your patch is thus OK. PS: IIRC the __libc-_prefix is not used everywhere it should be, some are misnamed just __ (without libc) and should potentially be brought uniformly to use __libc-prefix -- todo. _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
