summaryrefslogtreecommitdiff
path: root/src/errno/ENOLCK.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/errno/ENOLCK.c')
-rw-r--r--src/errno/ENOLCK.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/errno/ENOLCK.c b/src/errno/ENOLCK.c
new file mode 100644
index 00000000..8a1f34fe
--- /dev/null
+++ b/src/errno/ENOLCK.c
@@ -0,0 +1,8 @@
+#include <errno.h>
+
+#define ENOLCK (31)
+
+/** No locks available **/
+/*
+POSIX(1)
+*/