Changeset 9b8be79 in mainline for uspace/lib/posix/src/unistd.c
- Timestamp:
- 2018-09-18T14:50:22Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 460ea7e
- Parents:
- 7570a95f
- git-author:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-09-14 17:49:49)
- git-committer:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-09-18 14:50:22)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/src/unistd.c
r7570a95f r9b8be79 35 35 36 36 #include "internal/common.h" 37 #include "posix/unistd.h"37 #include <unistd.h> 38 38 39 39 #include <errno.h> 40 40 41 #include "posix/dirent.h"42 #include "posix/string.h"43 #include "posix/sys/types.h"44 #include "posix/fcntl.h"45 46 #include "libc/task.h"47 #include "libc/stats.h"48 #include "libc/malloc.h"49 #include "libc/vfs/vfs.h"41 #include <dirent.h> 42 #include <string.h> 43 #include <sys/types.h> 44 #include <fcntl.h> 45 46 #include <task.h> 47 #include <stats.h> 48 #include <malloc.h> 49 #include <vfs/vfs.h> 50 50 51 51 #include <libarch/config.h>
Note:
See TracChangeset
for help on using the changeset viewer.