sortix-mirror/libmaxsi/decl/off_t.h
Jonas 'Sortie' Termansen 9b79673dcb Initial version of Sortix.
2011-08-05 14:25:00 +02:00

5 lines
70 B
C

#ifndef _OFF_T_DECL
#define _OFF_T_DECL
typedef __off_t off_t;
#endif