(__set_errno) [_WIN32]: Remove CR.
This commit is contained in:
parent
a05649a660
commit
f1a39e676b
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ struct random_data
|
||||||
#ifdef HAVE__SET_ERRNO
|
#ifdef HAVE__SET_ERRNO
|
||||||
#define __set_errno(val) _set_errno((val))
|
#define __set_errno(val) _set_errno((val))
|
||||||
#else
|
#else
|
||||||
#define __set_errno(val) (errno = (val))
|
#define __set_errno(val) (errno = (val))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define weak_alias(arg1, arg2)
|
#define weak_alias(arg1, arg2)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue