source: mainline/contrib/arch/uspace/lib/libc/bind@ cf7b3e0

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

various fixes and cleanup

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