libc: Add off_t to sys/types.h
This commit is contained in:
parent
854f585e1a
commit
e40304f2f1
@ -10,4 +10,7 @@ typedef unsigned long int size_t;
|
|||||||
/* Signed version of size_t. */
|
/* Signed version of size_t. */
|
||||||
typedef long int ssize_t;
|
typedef long int ssize_t;
|
||||||
|
|
||||||
|
/* The type of an offset into a file. */
|
||||||
|
typedef long int off_t;
|
||||||
|
|
||||||
#endif
|
#endif
|
Loading…
Reference in New Issue
Block a user