projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74b1f45
)
Remove standard C header wrappers
author
Chris Lattner
<sabre@nondot.org>
Sat, 10 Jan 2004 19:15:38 +0000
(19:15 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sat, 10 Jan 2004 19:15:38 +0000
(19:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10748
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/llee/SysUtils.c
patch
|
blob
|
history
diff --git
a/tools/llee/SysUtils.c
b/tools/llee/SysUtils.c
index 6d6dc50a6aae634cf6768cfb09ec5877a0d3e0f3..2ec6148a6601a9131446358a3a12ff8db9d2f5c9 100644
(file)
--- a/
tools/llee/SysUtils.c
+++ b/
tools/llee/SysUtils.c
@@
-7,12
+7,12
@@
#include "SysUtils.h"
#include "Config/dlfcn.h"
-#include "Config/errno.h"
#include "Config/fcntl.h"
#include "Config/unistd.h"
#include "Config/sys/stat.h"
#include "Config/sys/types.h"
#include "Config/sys/wait.h"
+#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>