forked from OSchip/llvm-project
parent
6025247132
commit
521c321d7c
|
@ -24,9 +24,9 @@
|
|||
#include <sys/types.h>
|
||||
|
||||
// MinGW doesn't define this.
|
||||
#ifndef _ERRNO_T_DEFINED
|
||||
#define _ERRNO_T_DEFINED
|
||||
typedef int errno_t;
|
||||
#ifndef _ERRNO_T_DEFINED
|
||||
#define _ERRNO_T_DEFINED
|
||||
typedef int errno_t;
|
||||
#endif
|
||||
|
||||
using namespace llvm;
|
||||
|
|
Loading…
Reference in New Issue