source: mainline/contrib/arch/uspace/lib/libc/requires@ d9f53877

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since d9f53877 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: 315 bytes
Line 
1/* Kernel interfaces required by libc */
2sys_klog sys_klog;
3sys_tls sys_tls;
4sys_thread sys_thread;
5sys_task sys_task;
6sys_program sys_program;
7sys_futex sys_futex;
8sys_smc sys_smc;
9sys_as sys_as;
10sys_ipc sys_ipc;
11sys_event sys_event;
12sys_cap sys_cap;
13sys_ddi sys_ddi;
14sys_sysinfo sys_sysinfo;
15sys_debug sys_debug;
Note: See TracBrowser for help on using the repository browser.