rust/cargo-c: update to 0.10.9+cargo-0.85.0
[oi-userland.git] / components / developer / meson / patches / 05-FILE-stdlib.patch
blobffb8b460c692cea1247b2d5f20c4f3246bc7773d
1 https://www.illumos.org/issues/16793
3 --- "meson-1.6.0/test cases/common/103 has header symbol/meson.build.orig"
4 +++ "meson-1.6.0/test cases/common/103 has header symbol/meson.build"
5 @@ -16,7 +16,6 @@
6 assert (comp.has_header_symbol('stdio.h', 'FILE'), 'FILE structure not found')
7 assert (comp.has_header_symbol('limits.h', 'INT_MAX'), 'INT_MAX define not found')
8 assert (not comp.has_header_symbol('limits.h', 'guint64'), 'guint64 is not defined in limits.h')
9 - assert (not comp.has_header_symbol('stdlib.h', 'FILE'), 'FILE structure is defined in stdio.h, not stdlib.h')
10 assert (not comp.has_header_symbol('stdlol.h', 'printf'), 'stdlol.h shouldn\'t exist')
11 assert (not comp.has_header_symbol('stdlol.h', 'int'), 'shouldn\'t be able to find "int" with invalid header')
12 endforeach