Changeset a3da2b2 in mainline for uspace/lib/posix/include
- Timestamp:
- 2012-08-31T09:55:22Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ca4c6ec1
- Parents:
- 33fee91
- Location:
- uspace/lib/posix/include/posix
- Files:
-
- 27 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/include/posix/sys/mman.h
r33fee91 ra3da2b2 36 36 #define POSIX_SYS_MMAN_H_ 37 37 38 #include " ../libc/sys/mman.h"38 #include "libc/sys/mman.h" 39 39 40 40 #undef PROT_NONE -
uspace/lib/posix/include/posix/sys/stat.h
r33fee91 ra3da2b2 37 37 #define POSIX_SYS_STAT_H_ 38 38 39 #include " ../libc/sys/stat.h"39 #include "libc/sys/stat.h" 40 40 #include "types.h" 41 41 #include "../time.h" -
uspace/lib/posix/include/posix/sys/types.h
r33fee91 ra3da2b2 37 37 #define POSIX_SYS_TYPES_H_ 38 38 39 #include " ../libc/sys/types.h"39 #include "libc/sys/types.h" 40 40 41 41 typedef unsigned int posix_ino_t;
Note:
See TracChangeset
for help on using the changeset viewer.