summaryrefslogtreecommitdiff
path: root/src/errno/EDEADLK.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/errno/EDEADLK.h')
-rw-r--r--src/errno/EDEADLK.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/errno/EDEADLK.h b/src/errno/EDEADLK.h
new file mode 100644
index 00000000..3cf4f59d
--- /dev/null
+++ b/src/errno/EDEADLK.h
@@ -0,0 +1,8 @@
+#include <errno.h>
+
+#define EDEADLK (16)
+
+/** Resource deadlock would occur **/
+/*
+POSIX(1)
+*/