mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-30 16:28:30 +00:00
Remove plenty of makefile misconfigurations
This commit is contained in:
parent
9172fd42a0
commit
8b469389f6
186 changed files with 1408 additions and 901 deletions
4
third_party/libcxx/__mutex_base
vendored
4
third_party/libcxx/__mutex_base
vendored
|
@ -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
|
||||
|
|
3
third_party/libcxx/string.h
vendored
3
third_party/libcxx/string.h
vendored
|
@ -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
|
||||
|
|
3
third_party/libcxx/wchar.h
vendored
3
third_party/libcxx/wchar.h
vendored
|
@ -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
|
||||
|
|
3
third_party/libcxx/wctype.h
vendored
3
third_party/libcxx/wctype.h
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue