mirror of
https://review.haiku-os.org/haiku
synced 2024-11-23 15:28:58 +01:00
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:
parent
424abd4d57
commit
4d2ab928c6
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user