Changeset 04c418d in mainline for uspace/lib/c/arch/ia32/include/rtld/dynamic.h
- Timestamp:
- 2011-05-17T07:58:39Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7d521e24
- Parents:
- e913cc9 (diff), 3375bd4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/ia32/include/rtld/dynamic.h
re913cc9 r04c418d 27 27 */ 28 28 29 /** @addtogroup fs29 /** @addtogroup generic 30 30 * @{ 31 31 */ 32 32 /** @file 33 * @brief34 33 */ 35 34 36 #ifndef L OADER_ARCH_H_37 #define L OADER_ARCH_H_35 #ifndef LIBC_ia32_RTLD_DYNAMIC_H_ 36 #define LIBC_ia32_RTLD_DYNAMIC_H_ 38 37 39 extern void program_run(void *entry_point, void *pcb); 38 #include <sys/types.h> 39 40 typedef struct { 41 /* Empty. */ 42 } dyn_info_arch_t; 40 43 41 44 #endif 42 45 43 /** 44 * @} 46 /** @} 45 47 */
Note:
See TracChangeset
for help on using the changeset viewer.