Changeset 8d2dd7f2 in mainline for uspace/lib/bithenge
- Timestamp:
- 2017-05-13T19:03:14Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9c96634
- Parents:
- e48947e
- Location:
- uspace/lib/bithenge
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/bithenge/include/bithenge/tree.h
re48947e r8d2dd7f2 39 39 40 40 #include <assert.h> 41 #include <sys/types.h>42 41 #include "os.h" 43 42 -
uspace/lib/bithenge/src/failure.c
re48947e r8d2dd7f2 41 41 #include <stdio.h> 42 42 #include <stdlib.h> 43 #include <s ys/types.h>43 #include <stddef.h> 44 44 #include <sys/wait.h> 45 45 #define BITHENGE_FAILURE_DECLS_ONLY 1 -
uspace/lib/bithenge/src/failure.h
re48947e r8d2dd7f2 42 42 #include <stdio.h> 43 43 #include <stdlib.h> 44 #include <s ys/types.h>44 #include <stddef.h> 45 45 46 46 int bithenge_should_fail(void); -
uspace/lib/bithenge/src/file.c
re48947e r8d2dd7f2 41 41 #include <stdlib.h> 42 42 #include <vfs/vfs.h> 43 #include <s ys/types.h>43 #include <stddef.h> 44 44 #include "common.h" 45 45 #include <bithenge/blob.h>
Note:
See TracChangeset
for help on using the changeset viewer.