Skip to content

Commit 0b7ccdd

Browse files
committed
Do not skip "signal" when building libc tests.
1 parent b2eec24 commit 0b7ccdd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

libc-test/build.rs

-6
Original file line numberDiff line numberDiff line change
@@ -385,12 +385,6 @@ fn main() {
385385

386386
cfg.skip_fn_ptrcheck(move |name| {
387387
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-
394388
// dllimport weirdness?
395389
_ if windows => true,
396390

0 commit comments

Comments
 (0)