mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-18 23:52:14 -06:00
timer: Use a single definition of NSEC_PER_SEC for the whole codebase
Signed-off-by: Alberto Garcia <berto@igalia.com> Message-id: c6e55468856ba0b8f95913c4da111cc0ef266541.1434113783.git.berto@igalia.com Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
parent
471fae3c98
commit
e0cf11f31c
9 changed files with 21 additions and 26 deletions
|
@ -5,7 +5,7 @@
|
|||
#include "qemu-common.h"
|
||||
#include "qemu/notify.h"
|
||||
|
||||
#define NANOSECONDS_PER_SECOND 1000000000LL
|
||||
#define NSEC_PER_SEC 1000000000LL
|
||||
|
||||
/* timers */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue