Changeset 1a3b953 in mainline for uspace/lib/bithenge/os.h


Ignore:
Timestamp:
2012-08-20T00:22:19Z (12 years ago)
Author:
Sean Bartell <wingedtachikoma@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0784869
Parents:
5e514c0
Message:

Bithenge: better error injection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/bithenge/os.h

    r5e514c0 r1a3b953  
    3535#ifdef BITHENGE_FAILURE_ENABLE
    3636#include "failure.h"
     37#else
     38static inline int bithenge_should_fail(void)
     39{
     40        return 0;
     41}
    3742#endif
Note: See TracChangeset for help on using the changeset viewer.