Changeset af9dd1e in mainline for contrib


Ignore:
Timestamp:
2016-04-27T19:48:40Z (9 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b0e0140
Parents:
1a5eca4
Message:

Remove SYS_TLS_SET

Location:
contrib/arch
Files:
2 edited

Legend:

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

    r1a5eca4 raf9dd1e  
    2121                        ?sys_debug_disable_console
    2222                )*
    23 };
    24 
    25 interface sys_tls {
    26                 /* Set thread-local storage pointer (on architectures where kernel mode is required) */
    27                 sysarg_t sys_tls_set(sysarg_t addr);
    28         protocol:
    29                 ?sys_tls_set*
    3023};
    3124
  • contrib/arch/uspace/lib/libc/protocol

    r1a5eca4 raf9dd1e  
    22(
    33        !sys_kio.sys_kio +
    4         !sys_tls.sys_tls_set +
    54        !sys_thread.sys_thread_create +
    65        !sys_thread.sys_thread_get_id +
Note: See TracChangeset for help on using the changeset viewer.