mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-22 21:32:31 +00:00
Fixes for building superconfigure (#948)
This commit is contained in:
parent
b320321319
commit
95124cacbe
4 changed files with 12 additions and 1 deletions
0
libc/isystem/cxxabi.h
Normal file
0
libc/isystem/cxxabi.h
Normal file
4
libc/isystem/future
Normal file
4
libc/isystem/future
Normal file
|
@ -0,0 +1,4 @@
|
|||
#ifndef COSMOPOLITAN_LIBC_ISYSTEM_FUTURE_
|
||||
#define COSMOPOLITAN_LIBC_ISYSTEM_FUTURE_
|
||||
#include "third_party/libcxx/future"
|
||||
#endif /* COSMOPOLITAN_LIBC_ISYSTEM_FUTURE_ */
|
|
@ -57,6 +57,7 @@ libc/isystem/ctime \
|
|||
libc/isystem/ctype.h \
|
||||
libc/isystem/cwchar \
|
||||
libc/isystem/cwctype \
|
||||
libc/isystem/cxxabi.h \
|
||||
libc/isystem/deque \
|
||||
libc/isystem/dirent.h \
|
||||
libc/isystem/dlfcn.h \
|
||||
|
@ -77,6 +78,7 @@ libc/isystem/forward_list \
|
|||
libc/isystem/fstream \
|
||||
libc/isystem/ftw.h \
|
||||
libc/isystem/functional \
|
||||
libc/isystem/future \
|
||||
libc/isystem/getopt.h \
|
||||
libc/isystem/glob.h \
|
||||
libc/isystem/grp.h \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue