Changeset a6dffb8 in mainline for uspace/lib/c/rtld/include/rtld.h
- Timestamp:
- 2011-04-28T18:56:01Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b40a3b6
- Parents:
- b678410
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/rtld/include/rtld.h
rb678410 ra6dffb8 42 42 #include <module.h> 43 43 44 /* Define to enable debugging mode. */45 #undef RTLD_DEBUG46 47 #ifdef RTLD_DEBUG48 #define DPRINTF(format, ...) printf(format, ##__VA_ARGS__)49 #else50 #define DPRINTF(format, ...) if (0) printf(format, ##__VA_ARGS__)51 #endif52 53 44 typedef struct { 54 45 elf_dyn_t *rtld_dynamic;
Note:
See TracChangeset
for help on using the changeset viewer.