mdbx: extract internal osal_yield() (backport).

This commit is contained in:
Леонид Юрьев (Leonid Yuriev)
2025-09-07 13:16:22 +03:00
parent eccb777bd7
commit e63f55c717
8 changed files with 15 additions and 30 deletions

View File

@@ -20,7 +20,6 @@ bool osal_multiactor_mode(void);
int osal_delay(unsigned seconds);
void osal_udelay(size_t us);
void osal_yield(void);
bool osal_istty(int fd);
std::string osal_tempdir(void);