Changeset 6cd10ac in mainline for uspace/lib/bithenge/src/failure.c


Ignore:
Timestamp:
2012-08-21T12:07:58Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
be1dcc26
Parents:
2ee05261
Message:

Bithenge: hide os.h from public include/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/bithenge/src/failure.c

    r2ee05261 r6cd10ac  
    4646#include <unistd.h>
    4747#define BITHENGE_FAILURE_DECLS_ONLY 1
    48 #include <bithenge/failure.h>
    49 #include "os.h"
     48#include "failure.h"
     49#include "common.h"
    5050
    5151/* This file raises fake errors from system calls, to test that Bithenge
Note: See TracChangeset for help on using the changeset viewer.