Changeset c1618ed in mainline for contrib/arch/kernel/kernel.adl


Ignore:
Timestamp:
2009-09-18T16:41:32Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
edb14ca, f6b5593
Parents:
69dc065
Message:

fix flawed protocol

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/arch/kernel/kernel.adl

    r69dc065 rc1618ed  
    3838                unative_t sys_thread_get_id(thread_id_t *uspace_thread_id);
    3939        protocol:
    40                 (
    41                         ?sys_thread_create +
    42                         ?sys_thread_get_id
    43                 )* ;
     40                ?sys_thread_create +
     41                ?sys_thread_get_id +
    4442                ?sys_thread_exit
    4543};
Note: See TracChangeset for help on using the changeset viewer.