]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ltdl.c (HAVE_DYLD): Remove ifdef conditional for darwin.
authorAndreas Tobler <a.tobler@schweiz.ch>
Thu, 25 Dec 2003 19:33:06 +0000 (20:33 +0100)
committerAndreas Tobler <andreast@gcc.gnu.org>
Thu, 25 Dec 2003 19:33:06 +0000 (20:33 +0100)
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

libjava/ChangeLog
libjava/libltdl/ltdl.c

index ad2a81519fc966b051c9af33b01cbbb3a5de31f3..f6fd7f13ddaeb70e2c4d0befc11086297d8d9688 100644 (file)
@@ -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():
index f691c8a439cb065b3b2dbe2a9e534d1719b4edee..40ed84d417a9e893a97154daddf06eb4dd2bf05e 100644 (file)
@@ -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>