lib/Support/raw_ostream.cpp: Fix Cygwin's build.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 19 Oct 2010 01:21:55 +0000 (01:21 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 19 Oct 2010 01:21:55 +0000 (01:21 +0000)
commit1b5de0e7ee9e604d041cda1af544e27971ebeb81
treec93822752e2813410a8356e34d6bcb5b23701385
parent11e8b74a7ae9ecd59b64180a59143e39bc3b9514
lib/Support/raw_ostream.cpp: Fix Cygwin's build.

setmode is provided by io.h on Cygwin.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116784 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/raw_ostream.cpp