Changeset 35509652 in mainline for libc/generic/libc.c
- Timestamp:
- 2006-05-16T11:05:18Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 450cd3a
- Parents:
- c2b43de
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/generic/libc.c
rc2b43de r35509652 33 33 #include <psthread.h> 34 34 35 /* We should probably merge libc and libipc together */ 36 extern void _ipc_init(void); 37 35 38 void _exit(int status) { 36 39 thread_exit(status); 37 40 } 38 41 39 #include <stdio.h>40 42 void __main(void) { 41 43 tcb_t *tcb; … … 44 46 __tcb_set(tcb); 45 47 psthread_setup(tcb); 48 _ipc_init(); 46 49 } 47 50
Note:
See TracChangeset
for help on using the changeset viewer.