diff options
Diffstat (limited to 'test/includes/pre/sys/errno.h')
-rw-r--r-- | test/includes/pre/sys/errno.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/includes/pre/sys/errno.h b/test/includes/pre/sys/errno.h new file mode 100644 index 0000000000..0b8934d33e --- /dev/null +++ b/test/includes/pre/sys/errno.h @@ -0,0 +1,4 @@ +#include <sys/errno.h> + +static const int kENOENT = ENOENT; +static const int kEEXIST = EEXIST; |