mirror of
https://github.com/isar/libmdbx.git
synced 2025-12-20 18:32:21 +08:00
test: add simple progress indicator.
This commit is contained in:
@@ -303,3 +303,5 @@ void osal_udelay(unsigned us) {
|
||||
now = chrono::now_motonic();
|
||||
} while (now.fixedpoint < until.fixedpoint);
|
||||
}
|
||||
|
||||
bool osal_istty(int fd) { return _isatty(fd) != 0; }
|
||||
|
||||
Reference in New Issue
Block a user