Files
2018-08-02 17:53:23 +01:00

7 lines
76 B
C

#ifndef __off_t_defined
typedef int off_t;
#define __off_t_defined
#endif