Changes in uspace/lib/bithenge/src/common.h [b7fd2a0:6cd10ac] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/bithenge/src/common.h
rb7fd2a0 r6cd10ac 40 40 #include "failure.h" 41 41 #else 42 static inline errno_t bithenge_should_fail(void)42 static inline int bithenge_should_fail(void) 43 43 { 44 44 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.