Changeset 3775:3fe8c77c0208 in roaraudio


Ignore:
Timestamp:
05/06/10 23:17:29 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroaross/libroaross.c

    r3774 r3775  
    231231static void _init_os (void) { 
    232232 memset(&_os, 0, sizeof(_os)); 
     233 
     234 // if call roar_dl_getsym() here all applications will segfaul. 
     235 // why? 
    233236 
    234237 _os.open   = dlsym(REAL_LIBC, "open"); 
Note: See TracChangeset for help on using the changeset viewer.