aboutsummaryrefslogtreecommitdiff
path: root/test/includes/pre/uv-errno.h
blob: 6b80f60e5c9b75a9cae2e5377030ce4fcaa835f3 (plain) (blame)
1
2
3
4
#include <uv-errno.h>

static const int kUV_ENOENT = UV_ENOENT;
static const int kUV_EEXIST = UV_EEXIST;