forked from OSchip/llvm-project
[Sanitizer] implement internal_isatty on Windows
llvm-svn: 170507
This commit is contained in:
parent
14a4af0e66
commit
b6219c060b
|
@ -185,7 +185,7 @@ int internal_close(fd_t fd) {
|
|||
}
|
||||
|
||||
int internal_isatty(fd_t fd) {
|
||||
UNIMPLEMENTED();
|
||||
return _isatty(fd);
|
||||
}
|
||||
|
||||
fd_t internal_open(const char *filename, bool write) {
|
||||
|
|
Loading…
Reference in New Issue