Changes in uspace/lib/c/generic/libc.c [099c834:7148abf] in mainline
- File:
-
- 1 edited
-
uspace/lib/c/generic/libc.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/libc.c
r099c834 r7148abf 95 95 #endif 96 96 97 __async_server_init(); 98 __async_client_init(); 99 __async_ports_init(); 97 __async_init(); 100 98 101 99 /* The basic run-time environment is setup */ … … 130 128 } 131 129 132 void __libc_exit(int status)130 void exit(int status) 133 131 { 134 132 if (env_setup) { … … 145 143 } 146 144 147 void __libc_abort(void)145 void abort(void) 148 146 { 149 147 __SYSCALL1(SYS_TASK_EXIT, true);
Note:
See TracChangeset
for help on using the changeset viewer.
