Ignore:
Timestamp:
Jun 18, 2017, 10:06:41 PM (7 years ago)
Author:
alain
Message:

Introduce syscalls.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/libk/rwlock.c

    r14 r23  
    8686 
    8787    // decrement number of readers
    88     hal_atomic_dec( &lock->count );
     88    hal_atomic_add( &lock->count , -1 );
    8989    this->local_locks--;
    9090
Note: See TracChangeset for help on using the changeset viewer.