Changeset d96d9bc in mainline for uspace/lib/c/include/vfs/vfs.h


Ignore:
Timestamp:
2017-04-02T20:38:50Z (8 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c23275a
Parents:
1e2e5795
Message:

Rename chdir() to vfs_cwd_set() and getcwd() to vfs_cwd_get()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/vfs/vfs.h

    r1e2e5795 rd96d9bc  
    7474
    7575extern char *vfs_absolutize(const char *, size_t *);
     76extern int vfs_cwd_set(const char *path);
     77extern int vfs_cwd_get(char *path, size_t);
    7678
    7779extern int vfs_fhandle(FILE *, int *);
Note: See TracChangeset for help on using the changeset viewer.