mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-19 17:24:57 +00:00
Remove config wrapper around <cerrno>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10747 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -13,16 +13,16 @@
|
|||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
#include "Support/SystemUtils.h"
|
#include "Support/SystemUtils.h"
|
||||||
#include <algorithm>
|
|
||||||
#include <fstream>
|
|
||||||
#include <iostream>
|
|
||||||
#include <cstdlib>
|
|
||||||
#include "Config/sys/types.h"
|
#include "Config/sys/types.h"
|
||||||
#include "Config/sys/stat.h"
|
#include "Config/sys/stat.h"
|
||||||
#include "Config/fcntl.h"
|
#include "Config/fcntl.h"
|
||||||
#include "Config/sys/wait.h"
|
#include "Config/sys/wait.h"
|
||||||
#include "Config/unistd.h"
|
#include "Config/unistd.h"
|
||||||
#include "Config/errno.h"
|
#include <algorithm>
|
||||||
|
#include <fstream>
|
||||||
|
#include <iostream>
|
||||||
|
#include <cstdlib>
|
||||||
|
#include <cerrno>
|
||||||
using namespace llvm;
|
using namespace llvm;
|
||||||
|
|
||||||
/// isExecutableFile - This function returns true if the filename specified
|
/// isExecutableFile - This function returns true if the filename specified
|
||||||
|
Reference in New Issue
Block a user