Re: Using freetds in Windows
[email protected] (Christos Zoulas)
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Organization | Astron Software |
| Message-ID | <[email protected]> |
On Jan 11, 10:21am, [email protected] ([email protected]) wrote: -- Subject: Re: [freetds] Using freetds in Windows | > Another problem is thread safety. strerror is not thread safe, it | > would be better to use strerror_r if available. Under Windows for C | > errors there is _sys_nerrs and _sys_errlist. | | Not exactly: | | http://www.opengroup.org/onlinepubs/000095399/functions/strerror.html | | "The strerror() function need not be reentrant." | | Need not be, but may be. I think Win32 strerror(3) is threadsafe. Even when doing i18n? christos