mirror of
https://github.com/boostorg/config.git
synced 2025-11-03 01:02:16 +01:00
Patch for broken <cerrno>.
[SVN r31131]
This commit is contained in:
@@ -56,6 +56,11 @@
|
||||
// fix broken <cstring> so that Boost.test works:
|
||||
# include <cstring>
|
||||
# undef strcmp
|
||||
# endif
|
||||
// fix broken errno declaration:
|
||||
# include <errno.h>
|
||||
# ifndef errno
|
||||
# define errno errno
|
||||
# endif
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user