Changeset 04803bf in mainline for uspace/app/dltest/dltest.c
- Timestamp:
- 2011-03-21T22:00:17Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 143932e3
- Parents:
- b50b5af2 (diff), 7308e84 (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 edited
-
uspace/app/dltest/dltest.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/dltest/dltest.c
rb50b5af2 r04803bf 70 70 int i; 71 71 72 c har *lib_name;73 c har *sym_name;72 const char *lib_name; 73 const char *sym_name; 74 74 75 //kputint(-1);75 if (0) kputint(-1); 76 76 printf("Hello from dltest!\n"); 77 77 … … 85 85 } else { 86 86 printf("failed to dlopen() library '%s'\n", lib_name); 87 return -1; 87 88 } 88 89
Note:
See TracChangeset
for help on using the changeset viewer.
