Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/async.h

    r5a6cc679 ra35b458  
    3434
    3535#if ((defined(LIBC_IPC_H_)) && (!defined(LIBC_ASYNC_C_)))
    36         #error Do not intermix low-level IPC interface and async framework
     36#error Do not intermix low-level IPC interface and async framework
    3737#endif
    3838
     
    8282         */
    8383        EXCHANGE_ATOMIC = 0,
    84        
     84
    8585        /** Exchange management via mutual exclusion
    8686         *
     
    9090         */
    9191        EXCHANGE_SERIALIZE = 1,
    92        
     92
    9393        /** Exchange management via phone cloning
    9494         *
Note: See TracChangeset for help on using the changeset viewer.