Re: sscanf threadsafe
Re: sscanf threadsafe
- Subject: Re: sscanf threadsafe
- From: Peter O'Gorman <email@hidden>
- Date: Tue, 23 Sep 2008 15:30:03 -0500
Sean McBride wrote:
> On 9/23/08 3:41 PM, email@hidden said:
>
>> upon using Xcode 3.1 and 10.5 i see some strange behaviour of my code
>> could it be the case that 'sscanf' is NOT threadsafe (anymore)?
>
> anymore? Was it ever documented to be threadsafe? Its man page does
> not contain the word 'thread'.
>
Mac OS X 10.5 complies with UNIX03, see:
http://www.opengroup.org/onlinepubs/000095399/functions/fscanf.html
and
http://www.opengroup.org/onlinepubs/000095399/functions/xsh_chap02_09.html
Note that sscanf is not in the list of functions that need not be thread
safe.
Peter
--
Peter O'Gorman
http://pogma.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden