sortix-mirror/libmaxsi/decl/mode_t.h

5 lines
74 B
C

#ifndef _MODE_T_DECL
#define _MODE_T_DECL
typedef __mode_t mode_t;
#endif