mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
9849b4c7ba
This change also fixes the clock_nanosleep() api and polyfills futexes on Windows, Mac, and NetBSD using exponential backoff.
7 lines
210 B
C
7 lines
210 B
C
#ifndef NSYNC_TESTING_ATM_LOG_H_
|
|
#define NSYNC_TESTING_ATM_LOG_H_
|
|
|
|
void nsync_atm_log_(int, void *, uint32_t, uint32_t, const char *, int);
|
|
void nsync_atm_log_print_(void);
|
|
|
|
#endif /*NSYNC_TESTING_ATM_LOG_H_*/
|