improve support for systems that need unistd.h to get STDOUT_FILENO.
authorChris Lattner <sabre@nondot.org>
Fri, 22 Aug 2008 15:45:00 +0000 (15:45 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 22 Aug 2008 15:45:00 +0000 (15:45 +0000)
commit969a46a948414734f5bc01994e54d88d153cb3fb
treece17c160b5bc58d59735e3e5d421ae25be2c7249
parentf46dc79ac502f6ed06dea3ba558bcfcc49061114
improve support for systems that need unistd.h to get STDOUT_FILENO.
Patch contributed by Bjorn Reese!

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