From 2bec608cfea9941979d8f6ce966cd3a2887855c8 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Mon, 27 Mar 2006 01:20:07 +0000 Subject: [PATCH] Add legend to last commit. --- src/xpdev/filewrap.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/xpdev/filewrap.c b/src/xpdev/filewrap.c index 6efd714345..8fa0830436 100644 --- a/src/xpdev/filewrap.c +++ b/src/xpdev/filewrap.c @@ -171,6 +171,13 @@ int DLLCALL unlock(int fd, long pos, long len) * Deny R |2 C C N N N Y Y Y N N N Y Y Y * None W |C C C N N N N N N Y Y Y Y Y Y * RW|C C C N N N N N N N N N Y Y Y + * + * Legend: + * Y = open succeeds, + * N = open fails with error code 05h. + * C = open fails, INT 24 generated. + * 1 = open succeeds if file read-only, else fails with error code. + * 2 = open succeeds if file read-only, else fails with INT 24 */ #if !defined(__QNX__) int DLLCALL sopen(const char *fn, int access, int share, ...) -- GitLab