forked from boostorg/config
Patch for broken <cerrno>.
[SVN r31131]
This commit is contained in:
@ -56,6 +56,11 @@
|
|||||||
// fix broken <cstring> so that Boost.test works:
|
// fix broken <cstring> so that Boost.test works:
|
||||||
# include <cstring>
|
# include <cstring>
|
||||||
# undef strcmp
|
# undef strcmp
|
||||||
|
# endif
|
||||||
|
// fix broken errno declaration:
|
||||||
|
# include <errno.h>
|
||||||
|
# ifndef errno
|
||||||
|
# define errno errno
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
//
|
//
|
||||||
|
Reference in New Issue
Block a user