[llvm-commits] CVS: llvm/include/Config/dlfcn.h
Chris Lattner
lattner at cs.uiuc.edu
Fri Jul 16 20:09:22 PDT 2004
Changes in directory llvm/include/Config:
dlfcn.h updated: 1.3 -> 1.4
---
Log message:
link.h causes problems on some platforms and is not needed on solaris, where
the comment came from.
---
Diffs of the changes: (+0 -9)
Index: llvm/include/Config/dlfcn.h
diff -u llvm/include/Config/dlfcn.h:1.3 llvm/include/Config/dlfcn.h:1.4
--- llvm/include/Config/dlfcn.h:1.3 Mon Oct 20 15:11:34 2003
+++ llvm/include/Config/dlfcn.h Fri Jul 16 22:09:12 2004
@@ -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
More information about the llvm-commits
mailing list