Changeset 5015:70b478f75883 in roaraudio for include


Ignore:
Timestamp:
05/26/11 13:13:08 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added O_CREAT to list of const we provide on µCs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/roaraudio/muconthacks.h

    r4708 r5015  
    4646#define O_RDWR         (O_RDONLY|O_WRONLY) 
    4747#define O_NONBLOCK     0x04 
     48#define O_CREAT        0x08 
    4849 
    4950#define EAGAIN         11 
Note: See TracChangeset for help on using the changeset viewer.