sortix-mirror/libc/decl/blksize_t.h

5 lines
86 B
C

#ifndef _BLKSIZE_T_DECL
#define _BLKSIZE_T_DECL
typedef __blksize_t blksize_t;
#endif