Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/offset.h

    r1b20da0 rbc56f30  
    3333 */
    3434
    35 #ifndef LIBC_OFFSET_H_
    36 #define LIBC_OFFSET_H_
     35#ifndef _LIBC_OFFSET_H_
     36#define _LIBC_OFFSET_H_
     37
     38#ifndef _HELENOS_SOURCE
     39#error This file should only be included from HelenOS sources
     40#endif
    3741
    3842#include <stdint.h>
     43#include <_bits/decls.h>
     44#include <_bits/off64_t.h>
    3945
    4046/* off64_t */
     
    5258#define PRIXOFF64 PRIX64
    5359
    54 /** Relative offset */
    55 typedef int64_t off64_t;
     60__HELENOS_DECLS_BEGIN;
    5661
    5762/** Absolute offset */
    5863typedef uint64_t aoff64_t;
     64
     65__HELENOS_DECLS_END;
    5966
    6067#endif
Note: See TracChangeset for help on using the changeset viewer.