Changeset 04803bf in mainline for uspace/app/dltest/dltest.c


Ignore:
Timestamp:
2011-03-21T22:00:17Z (15 years ago)
Author:
Jiri Svoboda <jiri@…>
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.
Message:

Merge mainline changes (needs fixes).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/dltest/dltest.c

    rb50b5af2 r04803bf  
    7070        int i;
    7171
    72         char *lib_name;
    73         char *sym_name;
     72        const char *lib_name;
     73        const char *sym_name;
    7474
    75 //      kputint(-1);
     75        if (0) kputint(-1);
    7676        printf("Hello from dltest!\n");
    7777
     
    8585        } else {
    8686                printf("failed to dlopen() library '%s'\n", lib_name);
     87                return -1;
    8788        }
    8889
Note: See TracChangeset for help on using the changeset viewer.