ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/libltdl/loaders/dyld.c
(Generate patch)

Comparing ircd-hybrid/branches/8.2.x/libltdl/loaders/dyld.c (file contents):
Revision 5393 by michael, Sat Nov 22 18:31:53 2014 UTC vs.
Revision 5394 by michael, Tue Jan 20 14:03:09 2015 UTC

# Line 1 | Line 1
1   /* loader-dyld.c -- dynamic linking on darwin and OS X
2  
3 <   Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2014 Free Software
3 >   Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2015 Free Software
4     Foundation, Inc.
5     Written by Peter O'Gorman, 1998
6  
# Line 185 | Line 185 | static int dyld_cannot_close                             = 0;
185   /* A function called through the vtable when this loader is no
186     longer needed by the application.  */
187   static int
188 < vl_exit (lt_user_data LT__UNUSED loader_data)
188 > vl_exit (lt_user_data loader_data LT__UNUSED)
189   {
190    vtable = NULL;
191    return 0;
# Line 226 | Line 226 | vl_init (lt_user_data loader_data)
226     module for processing with this loader's other vtable functions.  */
227   static lt_module
228   vm_open (lt_user_data loader_data, const char *filename,
229 <         lt_dladvise LT__UNUSED advise)
229 >         lt_dladvise advise LT__UNUSED)
230   {
231    lt_module module = 0;
232    NSObjectFileImage ofi = 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)