diff options
author | Chris Lattner <sabre@nondot.org> | 2004-07-17 03:09:12 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-07-17 03:09:12 +0000 |
commit | bc10c3b6c323e78ca470f25c48f62f4d0b0a35fb (patch) | |
tree | 147731e01005ac234b88b0817bc23e9557771d6a | |
parent | 9e02cf826692aebac88e514f0c202584f654c625 (diff) |
link.h causes problems on some platforms and is not needed on solaris, where
the comment came from.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14905 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/Config/dlfcn.h | 9 | ||||
-rw-r--r-- | include/llvm/Config/dlfcn.h | 9 |
2 files changed, 0 insertions, 18 deletions
diff --git a/include/Config/dlfcn.h b/include/Config/dlfcn.h index 454ede8570..c7ce5b1968 100644 --- a/include/Config/dlfcn.h +++ b/include/Config/dlfcn.h @@ -16,17 +16,8 @@ #include "Config/config.h" -/* - * According to the man pages on dlopen(), we sometimes need link.h. So, - * go grab it just in case. - */ #ifdef HAVE_DLFCN_H #include <dlfcn.h> - -#ifdef HAVE_LINK_H -#include <link.h> -#endif - #endif #endif diff --git a/include/llvm/Config/dlfcn.h b/include/llvm/Config/dlfcn.h index 454ede8570..c7ce5b1968 100644 --- a/include/llvm/Config/dlfcn.h +++ b/include/llvm/Config/dlfcn.h @@ -16,17 +16,8 @@ #include "Config/config.h" -/* - * According to the man pages on dlopen(), we sometimes need link.h. So, - * go grab it just in case. - */ #ifdef HAVE_DLFCN_H #include <dlfcn.h> - -#ifdef HAVE_LINK_H -#include <link.h> -#endif - #endif #endif |