[vlc-devel] commit: strerror(errno) is not thread-safe, use %m ( Rémi Denis-Courmont )
Anthony Loiseau
thannoy at actech-innovation.com
Wed Oct 7 10:11:05 CEST 2009
Hi,
Just a note (I have not tested anything).
- strerror() conforms to C89,C99 and POSIX
- isn't %m a GNU extension?
So I wonder to know if %m works when compiling for Windows or other
targets. Also, maybe those files are only used on compliant targets, I
don't know.
regards,
Anthony
On Tue, 2009-10-06 at 21:59 +0200, git version control wrote:
> strerror(errno) is not thread-safe, use %m
More information about the vlc-devel
mailing list