Phoenix
Object-oriented orthogonally persistent operating system
Typedefs
compat_types.h File Reference

Compatibility types definitions. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef u64 time_t
 Timestamp compatibility type.
typedef i64 off_t
 File offset compatibility type.

Detailed Description

Compatibility types definitions.

This file defines compatibility types (e.g. POSIX types) required for 3rd parties components ported to the Phoenix environment. Original Phoenix code should not use them (and should not include this file) but use standard types defined in types.h instead. Should be compilable both in C and C++.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines