From: "Peter O'Gorman" <peter@pogma.com>
Message-Id: <
619B6B53-A0D2-11D7-BAF7-003065F6C222@pogma.com>
No need to see dlclose() and dlsym() outside the dl_dyld.xs
(Mac OS X, NeXT), and seeing them is harmful for libdlcompat
of OpenDarwin.
p4raw-id: //depot/perl@19805
return dl_last_error;
}
-int dlclose(handle) /* stub only */
+static int dlclose(handle) /* stub only */
void *handle;
{
return 0;
return handle;
}
-void *
+static void *
dlsym(handle, symbol)
void *handle;
char *symbol;