mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-19 06:31:18 +00:00
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
This commit is contained in:
parent
9e02cf8266
commit
bc10c3b6c3
@ -16,17 +16,8 @@
|
|||||||
|
|
||||||
#include "Config/config.h"
|
#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
|
#ifdef HAVE_DLFCN_H
|
||||||
#include <dlfcn.h>
|
#include <dlfcn.h>
|
||||||
|
|
||||||
#ifdef HAVE_LINK_H
|
|
||||||
#include <link.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -16,17 +16,8 @@
|
|||||||
|
|
||||||
#include "Config/config.h"
|
#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
|
#ifdef HAVE_DLFCN_H
|
||||||
#include <dlfcn.h>
|
#include <dlfcn.h>
|
||||||
|
|
||||||
#ifdef HAVE_LINK_H
|
|
||||||
#include <link.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user