Subject: Re: syslog_r (Re: CVS commit: src/lib/libc)
To: Christos Zoulas <christos@astron.com>
From: SODA Noriyuki <soda@sra.co.jp>
List: tech-userlevel
Date: 10/27/2006 21:14:40
>>>>> On Thu, 26 Oct 2006 19:18:12 +0000 (UTC),
christos@astron.com (Christos Zoulas) said:
> So it is really trivial to make syslog_r async-signal-safe in our case.
:
> Then we use it to avoid calling non-signal-safe functions in vfprintf():
:
> Opinions?
Not fine with me.
Because the code is still calling a function which isn't guaranteed to
be async-signal-safe.
Why are you still calling the function?
--
soda