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

Last change on this file was 6fa9a99d, checked in by Martin Sucha <sucha14@…>, 12 years ago

Rename klog to kio

  • Property mode set to 100644
File size: 313 bytes
Line 
1/* Kernel interfaces required by libc */
2sys_kio sys_kio;
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.