Changeset 582a0b8 in mainline for uspace/lib/bithenge
- Timestamp:
- 2017-05-08T19:20:39Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d2c8533
- Parents:
- 73db198
- Location:
- uspace/lib/bithenge/src
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/bithenge/src/failure.c
r73db198 r582a0b8 43 43 #include <sys/types.h> 44 44 #include <sys/wait.h> 45 #include <unistd.h>46 45 #define BITHENGE_FAILURE_DECLS_ONLY 1 47 46 #include "failure.h" -
uspace/lib/bithenge/src/failure.h
r73db198 r582a0b8 43 43 #include <stdlib.h> 44 44 #include <sys/types.h> 45 #include <unistd.h>46 45 47 46 int bithenge_should_fail(void); -
uspace/lib/bithenge/src/file.c
r73db198 r582a0b8 42 42 #include <vfs/vfs.h> 43 43 #include <sys/types.h> 44 #include <unistd.h>45 44 #include "common.h" 46 45 #include <bithenge/blob.h> -
uspace/lib/bithenge/src/helenos/common.h
r73db198 r582a0b8 32 32 #include <bithenge/os.h> 33 33 #include <stdbool.h> 34 #include <stddef.h> 35 #include <stdlib.h> 34 36 #include <byteorder.h> 35 37 #include <errno.h> … … 37 39 #include <macros.h> 38 40 #include <mem.h> 39 #include <stdlib.h>40 41 #include <str.h> 41 42 #include <str_error.h>
Note:
See TracChangeset
for help on using the changeset viewer.