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


Ignore:
Timestamp:
2017-04-02T20:38:50Z (7 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/unistd.h

    r1e2e5795 rd96d9bc  
    5858#define getpagesize()  (PAGE_SIZE)
    5959
    60 extern char *getcwd(char *, size_t);
    61 extern int chdir(const char *);
    62 
    6360extern void exit(int) __attribute__((noreturn));
    6461extern int usleep(useconds_t);
Note: See TracChangeset for help on using the changeset viewer.