source: mainline/contrib/arch/uspace/lib/libc/subsume@ 86018c1

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 86018c1 was 82cf692, checked in by Martin Decky <martin@…>, 16 years ago

protocol closure
(now all bindings are satisfied and the whole architecture can be verified, but this doesn't mean that the protocols are correct)

  • Property mode set to 100644
File size: 508 bytes
Line 
1/* Subsume %% to kernel interfaces */
2subsume %%:sys_klog to sys_klog;
3subsume %%:sys_tls to sys_tls;
4subsume %%:sys_thread to sys_thread;
5subsume %%:sys_task to sys_task;
6subsume %%:sys_program to sys_program;
7subsume %%:sys_futex to sys_futex;
8subsume %%:sys_smc to sys_smc;
9subsume %%:sys_as to sys_as;
10subsume %%:sys_ipc to sys_ipc;
11subsume %%:sys_event to sys_event;
12subsume %%:sys_cap to sys_cap;
13subsume %%:sys_ddi to sys_ddi;
14subsume %%:sys_sysinfo to sys_sysinfo;
15subsume %%:sys_debug to sys_debug;
Note: See TracBrowser for help on using the repository browser.