~vojtech-horky/helenos/helenos-qemu

« back to all changes in this revision

Viewing changes to kernel/generic/src/syscall/syscall.c

  • Committer: Vojtech Horky
  • Date: 2017-02-13 11:51:33 UTC
  • mfrom: (2103.1.479 HelenOS.clean)
  • Revision ID: vojtechhorky@users.sourceforge.net-20170213115133-j4tgzq0p3xmioj8c
MergeĀ mainlineĀ changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
123
123
syshandler_t syscall_table[SYSCALL_END] = {
124
124
        /* System management syscalls. */
125
125
        (syshandler_t) sys_kio,
126
 
        (syshandler_t) sys_tls_set,
127
126
        
128
127
        /* Thread and task related syscalls. */
129
128
        (syshandler_t) sys_thread_create,