Changeset d5a89a3 in mainline for uspace/lib/c/include/loader
- Timestamp:
- 2019-02-11T22:31:04Z (6 years ago)
- Children:
- aaf9789c
- Parents:
- e3272101 (diff), 4805495 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- uspace/lib/c/include/loader
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/loader/loader.h
re3272101 rd5a89a3 34 34 */ 35 35 36 #ifndef LIBC_LOADER_H_37 #define LIBC_LOADER_H_36 #ifndef _LIBC_LOADER_H_ 37 #define _LIBC_LOADER_H_ 38 38 39 39 #include <abi/proc/task.h> -
uspace/lib/c/include/loader/pcb.h
re3272101 rd5a89a3 34 34 */ 35 35 36 #ifndef LIBC_PCB_H_37 #define LIBC_PCB_H_36 #ifndef _LIBC_PCB_H_ 37 #define _LIBC_PCB_H_ 38 38 39 39 #include <tls.h>
Note:
See TracChangeset
for help on using the changeset viewer.