From 35420e2e039ef4618cffaefde64a86571b6faccb Mon Sep 17 00:00:00 2001 From: Sebastian Wicki <gandro@gmx.net> Date: Sat, 27 Feb 2016 15:10:30 +0100 Subject: [PATCH] Re-enable some Rumprun tests --- libc-test/build.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libc-test/build.rs b/libc-test/build.rs index dab69ecf..c68fae6e 100644 --- a/libc-test/build.rs +++ b/libc-test/build.rs @@ -350,10 +350,6 @@ fn main() { // they're implemented on rumprun yet, just let them slide for now. // Some of them look like they have headers but then don't have // corresponding actual definitions either... - "backtrace" | - "pthread_main_np" | - "pthread_set_name_np" | - "pthread_stackseg_np" | "shm_open" | "shm_unlink" | "syscall" | -- GitLab