Make more compatibility improvements

This commit is contained in:
Justine Tunney 2022-09-06 11:22:08 -07:00
parent 11ec60d5fc
commit dbf12c30b0
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
32 changed files with 158 additions and 16 deletions

View file

@ -18,7 +18,7 @@
*/
#include "libc/fmt/itoa.h"
#include "libc/intrin/describeflags.internal.h"
#include "libc/str/str.h"
#include "libc/str/errfun.h"
const char *(DescribeFutexResult)(char buf[12], int ax) {
const char *s;

View file

@ -3,7 +3,9 @@
#define PTHREAD_ONCE_INIT 0
#define PTHREAD_KEYS_MAX 64
#define PTHREAD_KEYS_MAX 64
#define PTHREAD_STACK_MIN 2048
#define PTHREAD_DESTRUCTOR_ITERATIONS 4
#define PTHREAD_BARRIER_SERIAL_THREAD 31337

View file

@ -17,7 +17,7 @@
PERFORMANCE OF THIS SOFTWARE.
*/
#include "libc/fmt/magnumstrs.internal.h"
#include "libc/str/str.h"
#include "libc/str/errfun.h"
/**
* Converts errno value to symbolic name.

View file

@ -24,6 +24,7 @@
#include "libc/nt/enum/formatmessageflags.h"
#include "libc/nt/enum/lang.h"
#include "libc/nt/process.h"
#include "libc/str/errfun.h"
#include "libc/str/str.h"
/**