Changeset 82cf692 in mainline for contrib/arch/uspace/lib/libc
- Timestamp:
- 2009-09-17T21:22:36Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 69dc065
- Parents:
- 3037384
- Location:
- contrib/arch/uspace/lib/libc
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/arch/uspace/lib/libc/bind
r3037384 r82cf692 1 1 /* Bind %% to kernel interfaces */ 2 2 bind %%:sys_klog to kernel:sys_klog; 3 bind %%:sys_console to kernel:sys_console;4 3 bind %%:sys_tls to kernel:sys_tls; 5 4 bind %%:sys_thread to kernel:sys_thread; -
contrib/arch/uspace/lib/libc/requires
r3037384 r82cf692 1 1 /* Kernel interfaces required by libc */ 2 2 sys_klog sys_klog; 3 sys_console sys_console;4 3 sys_tls sys_tls; 5 4 sys_thread sys_thread; -
contrib/arch/uspace/lib/libc/subsume
r3037384 r82cf692 1 1 /* Subsume %% to kernel interfaces */ 2 2 subsume %%:sys_klog to sys_klog; 3 subsume %%:sys_console to sys_console;4 3 subsume %%:sys_tls to sys_tls; 5 4 subsume %%:sys_thread to sys_thread;
Note:
See TracChangeset
for help on using the changeset viewer.