OS.h: Define B_INFINITE_TIMEOUT in hexadecimal.

Makes it clearer that this is INT64_MAX at a glance.
No functional change.
This commit is contained in:
Augustin Cavalier 2024-08-07 14:49:05 -04:00
parent 424abd4d57
commit 4d2ab928c6

View File

@ -22,7 +22,7 @@ extern "C" {
/* System constants */
#define B_OS_NAME_LENGTH 32
#define B_INFINITE_TIMEOUT (9223372036854775807LL)
#define B_INFINITE_TIMEOUT (0x7FFFFFFFFFFFFFFFLL)
#define B_PAGE_SIZE PAGESIZE