Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/arch/abs32le/include/libarch/atomic.h

    rc1023bcb raebcd42  
    3636#define LIBC_abs32le_ATOMIC_H_
    3737
    38 #include <stdbool.h>
     38#include <bool.h>
    3939
    4040#define LIBC_ARCH_ATOMIC_H_
     
    5353}
    5454
    55 static inline void atomic_inc(atomic_t *val)
    56 {
     55static inline void atomic_inc(atomic_t *val) {
    5756        /* On real hardware the increment has to be done
    5857           as an atomic action. */
     
    6160}
    6261
    63 static inline void atomic_dec(atomic_t *val)
    64 {
     62static inline void atomic_dec(atomic_t *val) {
    6563        /* On real hardware the decrement has to be done
    6664           as an atomic action. */
Note: See TracChangeset for help on using the changeset viewer.