Changeset 4243:2ab21e14c42a in roaraudio for include/roaraudio.h


Ignore:
Timestamp:
08/25/10 15:36:19 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

replaced *ROAR_MLOCK() with modern roar_mm_m*lock*()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/roaraudio.h

    r4156 r4243  
    294294#endif 
    295295 
    296 #ifdef ROAR_HAVE_MLOCK 
    297 #ifdef __linux__ 
    298 #define ROAR_MLOCK(p,s) mlock((p), (s)) 
    299 #else 
    300 int _ROAR_MLOCK(const void *addr, size_t len); 
    301 #define ROAR_MLOCK _ROAR_MLOCK 
    302 #endif 
    303 #endif 
    304  
    305296#ifdef ROAR_HAVE_STRCASESTR 
    306297#define _roar_strcasestr(a,b) strcasestr((a), (b)) 
Note: See TracChangeset for help on using the changeset viewer.