mirror of
https://github.com/isar/libmdbx.git
synced 2025-08-23 09:04:26 +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