mirror of git://gcc.gnu.org/git/gcc.git
ltdl.c (HAVE_DYLD): Remove ifdef conditional for darwin.
2003-12-25 Andreas Tobler <a.tobler@schweiz.ch> * libltdl/ltdl.c (HAVE_DYLD): Remove ifdef conditional for darwin. Fixed by fixinclude now. From-SVN: r75024
This commit is contained in:
parent
d9a81e87b6
commit
365fc27612
|
@ -1,3 +1,8 @@
|
|||
2003-12-25 Andreas Tobler <a.tobler@schweiz.ch>
|
||||
|
||||
* libltdl/ltdl.c (HAVE_DYLD): Remove ifdef conditional for
|
||||
darwin. Fixed by fixinclude now.
|
||||
|
||||
2003-12-25 Michael Koch <konqueror@gmx.de>
|
||||
|
||||
* java/net/ServerSocket.java bind():
|
||||
|
|
|
@ -1584,13 +1584,7 @@ static struct lt_user_dlloader sys_dld = {
|
|||
|
||||
|
||||
#if HAVE_MACH_O_DYLD_H
|
||||
# ifndef __private_extern__
|
||||
# define __private_extern__ extern
|
||||
# include <mach-o/dyld.h>
|
||||
# undef __private_extern__
|
||||
# else
|
||||
# include <mach-o/dyld.h>
|
||||
# endif
|
||||
#endif
|
||||
#include <mach-o/getsect.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue