sortix-mirror/libmaxsi/decl/errno_decl.h

7 lines
76 B
C

#ifndef _ERRNO_DECL
#define _ERRNO_DECL
extern volatile int errno;
#endif