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.
6 lines
142 B
C
6 lines
142 B
C
#ifndef NSYNC_TESTING_SMPRINTF_H_
|
|
#define NSYNC_TESTING_SMPRINTF_H_
|
|
|
|
char *smprintf(const char *, ...);
|
|
|
|
#endif /*NSYNC_TESTING_SMPRINTF_H_*/
|