Changeset 4805495 in mainline for uspace/lib/c/include/loader
- Timestamp:
- 2019-02-11T15:01:33Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ab936440, d5a89a3, fc448f5
- Parents:
- 8df5f20
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-02-01 23:30:11)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-02-11 15:01:33)
- Location:
- uspace/lib/c/include/loader
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/loader/loader.h
r8df5f20 r4805495 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
r8df5f20 r4805495 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.