source: mainline/contrib/arch/uspace/lib/libc/requires@ 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: 340 bytes
Line 
1/* Kernel interfaces required by libc */
2sys_klog sys_klog;
3sys_console sys_console;
4sys_tls sys_tls;
5sys_thread sys_thread;
6sys_task sys_task;
7sys_program sys_program;
8sys_futex sys_futex;
9sys_smc sys_smc;
10sys_as sys_as;
11sys_ipc sys_ipc;
12sys_event sys_event;
13sys_cap sys_cap;
14sys_ddi sys_ddi;
15sys_sysinfo sys_sysinfo;
16sys_debug sys_debug;
Note: See TracBrowser for help on using the repository browser.