Changeset f215c6ef in mainline for uspace/lib/c/generic/libc.c
- Timestamp:
- 2025-01-26T21:33:13Z (12 days ago)
- Children:
- ea77c2d
- Parents:
- 31ea2a7
- git-author:
- Matěj Volf <git@…> (2025-01-26 21:04:16)
- git-committer:
- Matěj Volf <git@…> (2025-01-26 21:33:13)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/libc.c
r31ea2a7 rf215c6ef 99 99 /* 100 100 * A binary loaded by kernel, not the loader. 101 * Init some rudimentary rtld runtime environment.101 * Noop - code loaded by kernel doesn't need RTLD. 102 102 */ 103 errno_t rtld_init_result = rtld_init_static();104 assert(rtld_init_result == EOK);103 // errno_t rtld_init_result = rtld_init_static(); 104 // assert(rtld_init_result == EOK); 105 105 } else { 106 106 assert(__pcb->rtld_runtime != NULL);
Note:
See TracChangeset
for help on using the changeset viewer.