Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/source/stdlib.c

    r820104d r6afc9d7  
    278278         * to be updated when that support is implemented.
    279279         */
    280         char* absolute = absolutize(name, NULL);
     280        char* absolute = vfs_absolutize(name, NULL);
    281281       
    282282        if (absolute == NULL) {
Note: See TracChangeset for help on using the changeset viewer.