summaryrefslogtreecommitdiff
path: root/src/errno/ECANCELED.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/errno/ECANCELED.h')
-rw-r--r--src/errno/ECANCELED.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/errno/ECANCELED.h b/src/errno/ECANCELED.h
new file mode 100644
index 00000000..e3774971
--- /dev/null
+++ b/src/errno/ECANCELED.h
@@ -0,0 +1,6 @@
+#include <errno.h>
+#define ECANCELED (20)
+/** Operation canceled **/
+/*
+POSIX(199309)
+*/