Changeset 8d2dd7f2 in mainline for uspace/lib/c/arch/abs32le/include/libarch
- Timestamp:
- 2017-05-13T19:03:14Z (9 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/abs32le/include/libarch
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/abs32le/include/libarch/elf_linux.h
re48947e r8d2dd7f2 37 37 38 38 #include <libarch/istate.h> 39 #include <sys/types.h>40 39 41 40 typedef struct { -
uspace/lib/c/arch/abs32le/include/libarch/fibril.h
re48947e r8d2dd7f2 36 36 #define LIBC_abs32le_FIBRIL_H_ 37 37 38 #include <s ys/types.h>38 #include <stdint.h> 39 39 40 40 #define SP_DELTA 0 -
uspace/lib/c/arch/abs32le/include/libarch/syscall.h
re48947e r8d2dd7f2 37 37 #define LIBC_abs32le_SYSCALL_H_ 38 38 39 #include <sys/types.h>40 39 #include <abi/syscall.h> 40 #include <libarch/types.h> 41 41 42 42 #define __syscall0 __syscall
Note:
See TracChangeset
for help on using the changeset viewer.
