sortix-mirror/libmaxsi/decl/errno_decl.h
2011-11-22 17:26:47 +01:00

7 lines
76 B
C

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