mirror of
https://github.com/openvswitch/ovs
synced 2025-10-15 14:17:18 +00:00
string: strerror_r() for windows.
Signed-off-by: Gurucharan Shetty <gshetty@nicira.com> Acked-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
#define strtok_r strtok_s
|
||||
#define strcasecmp _stricmp
|
||||
#define strncasecmp _strnicmp
|
||||
#define strerror_r(errnum, buf, buflen) strerror_s(buf, buflen, errnum)
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_STRNLEN
|
||||
|
Reference in New Issue
Block a user