Changeset 8a1fb09 in mainline for uspace/lib/c/include/rtld/rtld_arch.h
- Timestamp:
- 2011-05-01T12:10:47Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9fb1397
- Parents:
- d2a6a04b
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/rtld/rtld_arch.h
rd2a6a04b r8a1fb09 27 27 */ 28 28 29 /** @addtogroup generic29 /** @addtogroup libc 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef RTLD_ARCH_H_36 #define RTLD_ARCH_H_35 #ifndef LIBC_RTLD_RTLD_ARCH_H_ 36 #define LIBC_RTLD_RTLD_ARCH_H_ 37 37 38 #include <rtld .h>38 #include <rtld/rtld.h> 39 39 #include <loader/pcb.h> 40 40
Note:
See TracChangeset
for help on using the changeset viewer.