Changeset 2d22049 in mainline for libc/include/futex.h


Ignore:
Timestamp:
2006-06-02T12:29:08Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bd929cfb
Parents:
bf9afa07
Message:

Sync with last kernel commit (the ability to specify whether a sleep is interruptible or not).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libc/include/futex.h

    rbf9afa07 r2d22049  
    3838extern int futex_down(atomic_t *futex);
    3939extern int futex_trydown(atomic_t *futex);
    40 extern int futex_down_timeout(atomic_t *futex, uint32_t usec, int trydown);
     40extern int futex_down_timeout(atomic_t *futex, uint32_t usec, int flags);
    4141extern int futex_up(atomic_t *futex);
    4242
Note: See TracChangeset for help on using the changeset viewer.