Changeset 07d960a in mainline for libc/generic/libc.c
- Timestamp:
- 2006-05-22T17:14:32Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 53ca318
- Parents:
- 8bc924e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/generic/libc.c
r8bc924e r07d960a 35 35 #include <ipc/ipc.h> 36 36 #include <async.h> 37 #include <as.h> 38 39 extern char _heap; 37 40 38 41 void _exit(int status) { … … 43 46 psthread_data_t *pt; 44 47 48 (void) as_area_create(&_heap, 1, AS_AREA_WRITE | AS_AREA_READ); 45 49 _async_init(); 46 50 pt = psthread_setup();
Note:
See TracChangeset
for help on using the changeset viewer.