bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug #43404] gl_locale_name_default() thread issues on OS X


From: Daiki Ueno
Subject: Re: [bug #43404] gl_locale_name_default() thread issues on OS X
Date: Tue, 14 Oct 2014 21:12:10 +0900
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux)

Pádraig Brady <address@hidden> writes:

>> Thanks for the comment.  Here is a tentative patch based on the
>> PostgreSQL patches.  Perhaps it might require a copyright assignment
>> from the original author (Cc'ed).
>
> Is AC_CHECK_FUNCS sufficient to find pthread_is_threaded_np()?
> I.E. is LIB_PTHREAD required to find this function on darwin?

Good point.  It is detected on 10.8 without -lpthread, but maybe the
link flag is needed on older versions of Mac OS X.  I'll fix it in the
next version.

> It's tempting to simplify actually and unconditionally call
> the forked version, as this isn't a function that would
> be in a hot path.

I agree, since this function is mainly called from libintl_setlocale,
which is called at very early stage in typical programs, and probably we
can assume that there is only one thread at that point.

Regards,
-- 
Daiki Ueno



reply via email to

[Prev in Thread] Current Thread [Next in Thread]