Skip to content

Commit 0048148

Browse files
committed
Removed "rpcsvc/rex.h" from build.rs for OpenBSD
``` export TARGET=x86_64-unknown-openbsd export QEMU=openbsd.qcow2 sh ci/run-docker.sh $TARGET ``` Passes when run localy.
1 parent 62ec26a commit 0048148

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libc-test/build.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@ fn main() {
205205

206206
if openbsd {
207207
cfg.header("ufs/ufs/quota.h");
208-
cfg.header("rpcsvc/rex.h");
209208
cfg.header("pthread_np.h");
210209
cfg.header("sys/syscall.h");
211210
}

0 commit comments

Comments
 (0)