Changeset 8a1fb09 in mainline for uspace/lib/c/include/rtld/dynamic.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/dynamic.h
rd2a6a04b r8a1fb09 27 27 */ 28 28 29 /** @addtogroup generic29 /** @addtogroup libc 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef DYNAMIC_H_36 #define DYNAMIC_H_35 #ifndef LIBC_RTLD_DYNAMIC_H_ 36 #define LIBC_RTLD_DYNAMIC_H_ 37 37 38 38 #include <bool.h> 39 #include < elf_dyn.h>39 #include <rtld/elf_dyn.h> 40 40 #include <libarch/rtld/dynamic.h> 41 41
Note:
See TracChangeset
for help on using the changeset viewer.