Changeset 4249:b04c60a08e78 in roaraudio


Ignore:
Timestamp:
08/25/10 16:06:24 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

corrected munlockall macro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/memmgr.h

    r4243 r4249  
    8888 
    8989#if defined(ROAR_HAVE_MUNLOCKALL) 
    90 #define roar_mm_munlockall(flags) munlockall((flags)) 
     90#define roar_mm_munlockall() munlockall() 
    9191#elif defined(ROAR_TARGET_MICROCONTROLLER) 
    92 #define roar_mm_munlockall(flags) 0 
     92#define roar_mm_munlockall() 0 
    9393#else 
    94 #define roar_mm_munlockall(flags) (-1) 
     94#define roar_mm_munlockall() (-1) 
    9595#endif 
    9696 
Note: See TracChangeset for help on using the changeset viewer.