Use SafelyCloseFileDescriptor instead of close.
Opening a file using openFileForWrite and closing it using close was asymmetric. It also had a subtle portability problem (details are described in the commit message for r219189). llvm-svn: 222802
Loading
Please sign in to comment