Changeset d96d9bc in mainline for uspace/lib/c/include
- Timestamp:
- 2017-04-02T20:38:50Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c23275a
- Parents:
- 1e2e5795
- Location:
- uspace/lib/c/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/unistd.h
r1e2e5795 rd96d9bc 58 58 #define getpagesize() (PAGE_SIZE) 59 59 60 extern char *getcwd(char *, size_t);61 extern int chdir(const char *);62 63 60 extern void exit(int) __attribute__((noreturn)); 64 61 extern int usleep(useconds_t); -
uspace/lib/c/include/vfs/vfs.h
r1e2e5795 rd96d9bc 74 74 75 75 extern char *vfs_absolutize(const char *, size_t *); 76 extern int vfs_cwd_set(const char *path); 77 extern int vfs_cwd_get(char *path, size_t); 76 78 77 79 extern int vfs_fhandle(FILE *, int *);
Note:
See TracChangeset
for help on using the changeset viewer.