improved Sage, fixed dedlock

This commit is contained in:
ALEXks
2023-12-06 11:55:35 +03:00
parent f08f46a536
commit 09c7885849
8 changed files with 13592 additions and 13585 deletions

View File

@@ -2919,6 +2919,7 @@ private:
#ifdef _MSC_VER
ret = pipe(pipes, 1024 * 1024 * 20, O_BINARY); // 20 MB
#else
fcntl(pipes, F_SETPIPE_SZ, 1024 * 1024 * 20);
ret = pipe(pipes) == -1;
#endif
fd_blocked = (errno == EINTR || errno == EBUSY);

View File

@@ -1,3 +1,3 @@
#pragma once
#define VERSION_SPF "2254"
#define VERSION_SPF "2255"