On 11/1/12, Garrett D'Amore <[email protected]> wrote:
> If this is holding up someone else who wants to do real work of porting
> dependency software (Gnome 3, etc.) contact me off list and I'll see if I
> can either allocate some weekend/evening time to do the work myself,
> or provide guidance to someone else who wants to do it.
>
> - Garrett
As a stopgap, it's trivial to write stubs for the *_l functions. For example:
int strcoll_l(const char *l, const char *r, locale_t loc) {return
strcoll(l, r);}
They all follow this pattern. It's not a real solution but I found it useful.
HTH!
_______________________________________________
OpenIndiana-discuss mailing list
[email protected]
http://openindiana.org/mailman/listinfo/openindiana-discuss