diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2024-07-27 23:34:35 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2024-10-23 18:26:01 +0000 |
| commit | 0fca6ea1d4eea4c934cfff25ac9ee8ad6fe95583 (patch) | |
| tree | 6cf5ab1f05330c6773b1f3f64799d56a9c7a1faa /etc | |
| parent | 6b9f7133aba44189d9625c352bc2c2a59baf18ef (diff) | |
| parent | ac9a064cb179f3425b310fa2847f8764ac970a4d (diff) | |
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/mtree/BSD.debug.dist | 2 | ||||
| -rw-r--r-- | etc/mtree/BSD.include.dist | 16 | ||||
| -rw-r--r-- | etc/mtree/BSD.usr.dist | 2 |
3 files changed, 14 insertions, 6 deletions
diff --git a/etc/mtree/BSD.debug.dist b/etc/mtree/BSD.debug.dist index 8b9f1fd61490..d601bd0883aa 100644 --- a/etc/mtree/BSD.debug.dist +++ b/etc/mtree/BSD.debug.dist @@ -28,7 +28,7 @@ .. lib clang - 18 + 19 lib freebsd .. diff --git a/etc/mtree/BSD.include.dist b/etc/mtree/BSD.include.dist index ad32813b5774..2b32bcc5f39c 100644 --- a/etc/mtree/BSD.include.dist +++ b/etc/mtree/BSD.include.dist @@ -17,10 +17,6 @@ c++ v1 __algorithm - pstl_backends - cpu_backends - .. - .. .. __atomic .. @@ -36,6 +32,8 @@ .. __condition_variable .. + __configuration + .. __coroutine .. __debug_utils @@ -72,6 +70,14 @@ .. __numeric .. + __ostream + .. + __pstl + backends + .. + cpu_algos + .. + .. __random .. __ranges @@ -83,6 +89,8 @@ __system_error .. __thread + support + .. .. __tuple .. diff --git a/etc/mtree/BSD.usr.dist b/etc/mtree/BSD.usr.dist index 60d458f5d336..9fd0cf326bdf 100644 --- a/etc/mtree/BSD.usr.dist +++ b/etc/mtree/BSD.usr.dist @@ -36,7 +36,7 @@ .. lib clang - 18 + 19 include cuda_wrappers bits |
