File tree Expand file tree Collapse file tree 5 files changed +2
-14
lines changed Expand file tree Collapse file tree 5 files changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -24,5 +24,5 @@ export {
24
24
using ::mktime;
25
25
using ::strftime;
26
26
using ::time;
27
- using ::timespec_get;
27
+ using ::timespec_get _LIBCPP_USING_IF_EXISTS ;
28
28
} // export
Original file line number Diff line number Diff line change @@ -24,5 +24,5 @@ export namespace std {
24
24
using std::mktime;
25
25
using std::strftime;
26
26
using std::time;
27
- using std::timespec_get;
27
+ using std::timespec_get _LIBCPP_USING_IF_EXISTS ;
28
28
} // namespace std
Original file line number Diff line number Diff line change 12
12
13
13
// XFAIL: has-no-cxx-module-support
14
14
15
- // picolibc does not provide the required timespec_get function, and the
16
- // "using-if-exists" mechanism apparently did not work here.
17
- // XFAIL: LIBCXX-PICOLIBC-FIXME
18
-
19
15
// Make sure that the compile flags contain the expected elements.
20
16
// The tests only look for the expected components and not the exact flags.
21
17
// Otherwise changing the location of the module would break this test.
Original file line number Diff line number Diff line change 12
12
13
13
// XFAIL: has-no-cxx-module-support
14
14
15
- // picolibc does not provide the required timespec_get function, and the
16
- // "using-if-exists" mechanism apparently did not work here.
17
- // XFAIL: LIBCXX-PICOLIBC-FIXME
18
-
19
15
// Make sure that the compile flags contain the expected elements.
20
16
// The tests only look for the expected components and not the exact flags.
21
17
// Otherwise changing the location of the module would break this test.
Original file line number Diff line number Diff line change 12
12
13
13
// XFAIL: has-no-cxx-module-support
14
14
15
- // picolibc does not provide the required timespec_get function, and the
16
- // "using-if-exists" mechanism apparently did not work here.
17
- // XFAIL: LIBCXX-PICOLIBC-FIXME
18
-
19
15
// A minimal test to validate import works.
20
16
21
17
// MODULE_DEPENDENCIES: std.compat
You can’t perform that action at this time.
0 commit comments