sortix-mirror/libc/decl/blkcnt_t.h

5 lines
82 B
C

#ifndef _BLKCNT_T_DECL
#define _BLKCNT_T_DECL
typedef __blkcnt_t blkcnt_t;
#endif