Remove plenty of makefile misconfigurations

This commit is contained in:
Justine Tunney 2022-07-21 09:16:38 -07:00
parent 9172fd42a0
commit 8b469389f6
186 changed files with 1408 additions and 901 deletions

View file

@ -15,7 +15,9 @@
#include "third_party/libcxx/system_error"
#include "third_party/libcxx/__threading_support"
#include "libc/isystem/time.h"
#include "libc/sysv/consts/sched.h"
#include "libc/time/struct/tm.h"
#include "libc/time/time.h"
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
#pragma GCC system_header

View file

@ -57,7 +57,8 @@ size_t strlen(const char* s);
#pragma GCC system_header
#endif
#include "libc/isystem/string.h"
#include "libc/alg/alg.h"
#include "libc/str/str.h"
// MSVCRT, GNU libc and its derivates may already have the correct prototype in
// <string.h>. This macro can be defined by users if their C library provides

View file

@ -9,7 +9,8 @@
#ifndef _LIBCPP_WCHAR_H
#define _LIBCPP_WCHAR_H
#include "libc/isystem/wchar.h"
#include "libc/str/str.h"
#include "libc/time/time.h"
/*
wchar.h synopsis

View file

@ -50,7 +50,8 @@ wctrans_t wctrans(const char* property);
#pragma GCC system_header
#endif
#include "libc/isystem/wctype.h"
#include "libc/str/str.h"
#include "libc/time/time.h"
#ifdef __cplusplus