mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-13 17:48:10 +08:00
Merge pull request #5877 from loops/LinuxLocking
Fix locking problem on Linux port
This commit is contained in:
@@ -2958,6 +2958,7 @@ bool LocalFile::LockFile(uint8_t mode, uint32_t pos, uint16_t size) {
|
||||
case EINTR:
|
||||
case ENOLCK:
|
||||
case EAGAIN:
|
||||
case EACCES:
|
||||
DOS_SetError(0x21);
|
||||
break;
|
||||
case EBADF:
|
||||
|
Reference in New Issue
Block a user