source: mainline/contrib/arch/uspace/lib/libc/requires@ 9d58539

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 9d58539 was 9d58539, checked in by Prutkov Alex <prutkov.alex@…>, 13 years ago

Fixed unix permissions for all files

  • 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.