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