We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2eec24 commit 0b7ccddCopy full SHA for 0b7ccdd
libc-test/build.rs
@@ -385,12 +385,6 @@ fn main() {
385
386
cfg.skip_fn_ptrcheck(move |name| {
387
match name {
388
- // This used to be called bsd_signal in rev 18 of the android
389
- // platform and is now just called signal, the old `bsd_signal`
390
- // symbol, however, still remains, just gives a different function
391
- // pointer.
392
- "signal" if android => true,
393
-
394
// dllimport weirdness?
395
_ if windows => true,
396
0 commit comments