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