Changeset 1df1905 in mainline for uspace/lib/c/arch/sparc32/include/libarch/elf_linux.h
- Timestamp:
- 2013-12-28T17:30:44Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 41b735f3
- Parents:
- c1023bcb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/sparc32/include/libarch/elf_linux.h
rc1023bcb r1df1905 27 27 */ 28 28 29 /** @addtogroup libcsparc 6429 /** @addtogroup libcsparc32 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef LIBC_sparc 64_ELF_LINUX_H_36 #define LBIC_sparc 64_ELF_LINUX_H_35 #ifndef LIBC_sparc32_ELF_LINUX_H_ 36 #define LBIC_sparc32_ELF_LINUX_H_ 37 37 38 38 #include <libarch/istate.h> … … 47 47 { 48 48 /* TODO */ 49 (void) istate; (void) elf_regs; 49 (void) istate; 50 (void) elf_regs; 50 51 } 51 52
Note:
See TracChangeset
for help on using the changeset viewer.