Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/synch/semaphore.c

    rb7fd2a0 r897fd8f1  
    7171 *
    7272 */
    73 errno_t _semaphore_down_timeout(semaphore_t *sem, uint32_t usec, unsigned int flags)
     73int _semaphore_down_timeout(semaphore_t *sem, uint32_t usec, unsigned int flags)
    7474{
    7575        return waitq_sleep_timeout(&sem->wq, usec, flags, NULL);
Note: See TracChangeset for help on using the changeset viewer.