mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-05 15:55:57 +03:00
even thought the problem could not be reproduced. (CVS 1035) FossilOrigin-Name: e2ca936feee35b3fce99c95c2cf8c0ad05cd9c3b
This commit is contained in:
2
src/os.c
2
src/os.c
@@ -107,7 +107,7 @@ static unsigned int elapse;
|
||||
** int fd1 = open("./file1", O_RDWR|O_CREAT, 0644);
|
||||
** int fd2 = open("./file2", O_RDWR|O_CREAT, 0644);
|
||||
**
|
||||
** Suppose ./file1 and ./file2 are really be the same file (because
|
||||
** Suppose ./file1 and ./file2 are really the same file (because
|
||||
** one is a hard or symbolic link to the other) then if you set
|
||||
** an exclusive lock on fd1, then try to get an exclusive lock
|
||||
** on fd2, it works. I would have expected the second lock to
|
||||
|
Reference in New Issue
Block a user