Changeset 9a3b469 in mainline for uspace/lib/c/generic/libc.c
- Timestamp:
- 2012-12-04T04:09:08Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d54b303
- Parents:
- 1b7eec9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/libc.c
r1b7eec9 r9a3b469 51 51 #include "private/malloc.h" 52 52 #include "private/io.h" 53 #include "private/thread.h" 53 54 54 55 #ifdef CONFIG_RTLD … … 72 73 /* Save the PCB pointer */ 73 74 __pcb = (pcb_t *) pcb_ptr; 75 76 atomic_inc(&_created_thread_cnt); 74 77 75 78 /* The basic run-time environment is setup */
Note:
See TracChangeset
for help on using the changeset viewer.