source: mainline/contrib/arch/uspace/lib/libc/subsume@ 51d4040

lfn serial ticket/834-toolchain-update topic/fix-logger-deadlock topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 51d4040 was cf7b3e0, checked in by Martin Decky <martin@…>, 17 years ago

various fixes and cleanup

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