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