aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-01-21 23:17:07 +0000
committerChris Lattner <sabre@nondot.org>2002-01-21 23:17:07 +0000
commitae96151970a2c8268c5c9efa7856bce1f92bbf58 (patch)
treed86a8f10e412547ae6eaf9266249e25596ad9e12
parent2d47418d3e26b501fdd34a817d670805a291e129 (diff)
Chuck fixed the GCC problems so this hack is now unneccesary
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1519 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Bytecode/Reader/Reader.cpp1
-rw-r--r--tools/link/link.cpp1
-rw-r--r--tools/llvm-link/llvm-link.cpp1
3 files changed, 0 insertions, 3 deletions
diff --git a/lib/Bytecode/Reader/Reader.cpp b/lib/Bytecode/Reader/Reader.cpp
index d0c4d7a5ae..cab257f6ec 100644
--- a/lib/Bytecode/Reader/Reader.cpp
+++ b/lib/Bytecode/Reader/Reader.cpp
@@ -20,7 +20,6 @@
#include "llvm/iPHINode.h"
#include "llvm/iOther.h"
#include <sys/types.h>
-typedef int blksize_t;
#include <sys/stat.h>
#include <sys/mman.h>
#include <fcntl.h>
diff --git a/tools/link/link.cpp b/tools/link/link.cpp
index ad4cbdbe8c..db21db0654 100644
--- a/tools/link/link.cpp
+++ b/tools/link/link.cpp
@@ -19,7 +19,6 @@
#include <fstream>
#include <memory>
#include <sys/types.h> // For FileExists
-typedef int blksize_t; // SYS/TYPES is broken!!!
#include <sys/stat.h>
diff --git a/tools/llvm-link/llvm-link.cpp b/tools/llvm-link/llvm-link.cpp
index ad4cbdbe8c..db21db0654 100644
--- a/tools/llvm-link/llvm-link.cpp
+++ b/tools/llvm-link/llvm-link.cpp
@@ -19,7 +19,6 @@
#include <fstream>
#include <memory>
#include <sys/types.h> // For FileExists
-typedef int blksize_t; // SYS/TYPES is broken!!!
#include <sys/stat.h>