Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: amd64 build failure
On Mar 3, 2012, at 11:56 PM, Takehiko NOZAKI wrote:
> hi, all.
>
> i'm not sure __link_set_* should be dso_hidden(i know PAM staticmodule
> use it too),
> but i wrote a patch that eliminates it from locale code.
>
> ftp://ftp.netbsd.org/pub/NetBSD/misc/tnozaki/patch-setlocale
>
> comment?
We are moving away from using link sets so removing uses of them is always
welcome.
+extern const char *_generic_LC_ALL_setlocale(
+ const char * __restrict, struct _locale_impl_t * __restrict);
[...]
These should be in a header file somewhere.
Other than that, it looks fine.
Home |
Main Index |
Thread Index |
Old Index