Changeset 9aa72b4 in mainline for generic/src/syscall/syscall.c


Ignore:
Timestamp:
2006-03-22T22:27:44Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
281b607
Parents:
2802767
Message:

Basic futex. Prototype implementation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/src/syscall/syscall.c

    r2802767 r9aa72b4  
    3737#include <debug.h>
    3838#include <ipc/sysipc.h>
     39#include <synch/futex.h>
    3940
    4041static __native sys_io(int fd, const void * buf, size_t count) {
     
    7778        sys_thread_create,
    7879        sys_thread_exit,
     80        sys_futex_sleep,
     81        sys_futex_wakeup,
    7982        sys_mmap,
    8083        sys_mremap,
Note: See TracChangeset for help on using the changeset viewer.