1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00
sortix--sortix/libmaxsi/decl/errno_decl.h

8 lines
96 B
C
Raw Normal View History

#ifndef _ERRNO_DECL
#define _ERRNO_DECL
extern volatile int errno;
2012-03-04 12:06:24 -05:00
#define errno errno
#endif