mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
7 lines
96 B
C
7 lines
96 B
C
#ifndef _ERRNO_DECL
|
|
#define _ERRNO_DECL
|
|
|
|
extern volatile int errno;
|
|
#define errno errno
|
|
|
|
#endif
|