Changeset 58898d1d in mainline for uspace/lib/posix/source/internal/common.h
- Timestamp:
- 2017-03-24T20:31:54Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8e9b2534
- Parents:
- c9e3692
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/source/internal/common.h
rc9e3692 r58898d1d 38 38 #include <stdio.h> 39 39 #include <stdlib.h> 40 #include <sys/types.h> 41 #include <vfs/vfs.h> 40 42 41 43 #define not_implemented() do { \ … … 57 59 }) 58 60 61 extern aoff64_t posix_pos[MAX_OPEN_FILES]; 62 59 63 #endif /* LIBPOSIX_COMMON_H_ */ 60 64
Note:
See TracChangeset
for help on using the changeset viewer.