Ignore:
Timestamp:
04/17/12 01:02:42 (13 months ago)
Author:
sam
Message:

Fix a weird problem with lib6 versioned symbols.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • zzuf/trunk/src/libzzuf/lib-load.h

    r4672 r4809  
    3030                 * the linker to load us fully. */ \ 
    3131                _zz_init(); \ 
    32                 ORIG(x) = dlsym(RTLD_NEXT, STR(x)); \ 
     32                extern void *_zz_dl_lib; \ 
     33                ORIG(x) = dlsym(_zz_dl_lib, STR(x)); \ 
    3334            } \ 
    3435            if(!ORIG(x)) \ 
Note: See TracChangeset for help on using the changeset viewer.