Changeset 8d2dd7f2 in mainline for uspace/lib/c/arch/ia64/include
- Timestamp:
- 2017-05-13T19:03:14Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9c96634
- Parents:
- e48947e
- Location:
- uspace/lib/c/arch/ia64/include/libarch
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/ia64/include/libarch/elf_linux.h
re48947e r8d2dd7f2 37 37 38 38 #include <libarch/istate.h> 39 #include <s ys/types.h>39 #include <stdint.h> 40 40 41 41 typedef struct { -
uspace/lib/c/arch/ia64/include/libarch/fibril.h
re48947e r8d2dd7f2 36 36 #define LIBC_ia64_FIBRIL_H_ 37 37 38 #include <s ys/types.h>38 #include <stdint.h> 39 39 #include <align.h> 40 40 #include <libarch/stack.h> -
uspace/lib/c/arch/ia64/include/libarch/fibril_context.ag
re48947e r8d2dd7f2 31 31 includes : [ 32 32 { 33 include : <sys/types.h> 33 include : <stddef.h> 34 }, 35 { 36 include : <stdint.h> 34 37 } 35 38 ], -
uspace/lib/c/arch/ia64/include/libarch/tls.h
re48947e r8d2dd7f2 38 38 #define CONFIG_TLS_VARIANT_1 39 39 40 #include <sys/types.h>41 40 42 41 /* This structure must be exactly 16 bytes long */
Note:
See TracChangeset
for help on using the changeset viewer.