mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-05 03:19:58 +03:00
Fix style nits.
This commit is contained in:
parent
1b5830178f
commit
1423ee9016
5 changed files with 6 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
|||
/******************************************************************************/
|
||||
#ifdef JEMALLOC_H_TYPES
|
||||
|
||||
#define JEMALLOC_CLOCK_GETTIME defined(_POSIX_MONOTONIC_CLOCK) \
|
||||
#define JEMALLOC_CLOCK_GETTIME defined(_POSIX_MONOTONIC_CLOCK) \
|
||||
&& _POSIX_MONOTONIC_CLOCK >= 0
|
||||
|
||||
typedef struct nstime_s nstime_t;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue