Changeset 38ee55b in mainline


Ignore:
Timestamp:
2006-03-23T21:15:39Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3b712407
Parents:
303c94c
Message:

Change syscall table.

File:
1 edited

Legend:

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

    r303c94c r38ee55b  
    2929#include <syscall/syscall.h>
    3030#include <proc/thread.h>
     31#include <proc/task.h>
    3132#include <mm/as.h>
    3233#include <print.h>
    3334#include <putchar.h>
    3435#include <errno.h>
    35 #include <proc/task.h>
    3636#include <arch.h>
    3737#include <debug.h>
     
    7979        sys_thread_create,
    8080        sys_thread_exit,
    81         sys_futex_sleep,
     81        sys_futex_sleep_timeout,
    8282        sys_futex_wakeup,
    8383        sys_mmap,
Note: See TracChangeset for help on using the changeset viewer.