Ignore:
Timestamp:
2012-08-21T12:07:58Z (12 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 moved

Legend:

Unmodified
Added
Removed
  • uspace/lib/bithenge/src/helenos/common.h

    r2ee05261 r6cd10ac  
    2727 */
    2828
    29 #ifndef BITHENGE_HELENOS_OS_H_
    30 #define BITHENGE_HELENOS_OS_H_
     29#ifndef BITHENGE_HELENOS_COMMON_H_
     30#define BITHENGE_HELENOS_COMMON_H_
    3131
     32#include <bithenge/os.h>
    3233#include <bool.h>
    3334#include <byteorder.h>
     
    3738#include <mem.h>
    3839#include <stdlib.h>
     40#include <errno.h>
    3941#include <str.h>
    4042#include <str_error.h>
    4143
    42 typedef int64_t bithenge_int_t;
    4344#define BITHENGE_PRId PRId64
    4445
Note: See TracChangeset for help on using the changeset viewer.