Ignore:
File:
1 edited

Legend:

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

    rbc56f30 r1b20da0  
    3333 */
    3434
    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
     35#ifndef LIBC_OFFSET_H_
     36#define LIBC_OFFSET_H_
    4137
    4238#include <stdint.h>
    43 #include <_bits/decls.h>
    44 #include <_bits/off64_t.h>
    4539
    4640/* off64_t */
     
    5852#define PRIXOFF64 PRIX64
    5953
    60 __HELENOS_DECLS_BEGIN;
     54/** Relative offset */
     55typedef int64_t off64_t;
    6156
    6257/** Absolute offset */
    6358typedef uint64_t aoff64_t;
    64 
    65 __HELENOS_DECLS_END;
    6659
    6760#endif
Note: See TracChangeset for help on using the changeset viewer.