Phoenix
Object-oriented orthogonally persistent operating system
|
Compatibility types definitions. More...
Go to the source code of this file.
Typedefs | |
typedef u64 | time_t |
Timestamp compatibility type. | |
typedef i64 | off_t |
File offset compatibility type. |
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++.