mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-10-08 13:51:38 +00:00
Release Cosmopolitan v3.6.0
This release is an atomic upgrade to GCC 14.1.0 with C23 and C++23
This commit is contained in:
parent
62ace3623a
commit
5660ec4741
1585 changed files with 117353 additions and 271644 deletions
11
third_party/libcxx/__filesystem/space_info.h
vendored
11
third_party/libcxx/__filesystem/space_info.h
vendored
|
@ -10,7 +10,6 @@
|
|||
#ifndef _LIBCPP___FILESYSTEM_SPACE_INFO_H
|
||||
#define _LIBCPP___FILESYSTEM_SPACE_INFO_H
|
||||
|
||||
#include <__availability>
|
||||
#include <__config>
|
||||
#include <cstdint>
|
||||
|
||||
|
@ -18,13 +17,11 @@
|
|||
# pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#ifndef _LIBCPP_CXX03_LANG
|
||||
#if _LIBCPP_STD_VER >= 17
|
||||
|
||||
_LIBCPP_BEGIN_NAMESPACE_FILESYSTEM
|
||||
|
||||
_LIBCPP_AVAILABILITY_FILESYSTEM_PUSH
|
||||
|
||||
struct _LIBCPP_TYPE_VIS space_info {
|
||||
struct _LIBCPP_EXPORTED_FROM_ABI space_info {
|
||||
uintmax_t capacity;
|
||||
uintmax_t free;
|
||||
uintmax_t available;
|
||||
|
@ -34,10 +31,8 @@ struct _LIBCPP_TYPE_VIS space_info {
|
|||
# endif
|
||||
};
|
||||
|
||||
_LIBCPP_AVAILABILITY_FILESYSTEM_POP
|
||||
|
||||
_LIBCPP_END_NAMESPACE_FILESYSTEM
|
||||
|
||||
#endif // _LIBCPP_CXX03_LANG
|
||||
#endif // _LIBCPP_STD_VER >= 17
|
||||
|
||||
#endif // _LIBCPP___FILESYSTEM_SPACE_INFO_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue