Skip to content

Commit ecead08

Browse files
committed
Auto merge of #2335 - semarie:openbsd-maxpathlen, r=JohnTitor
openbsd: add sys/param.h include for MAXPATHLEN in tests unbreak OpenBSD test target after #2332 . I checked if the value was right, but not tested it. my bad.
2 parents 538c403 + f7267cf commit ecead08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libc-test/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,7 @@ fn test_openbsd(target: &str) {
456456
"pthread_np.h",
457457
"sys/syscall.h",
458458
"sys/shm.h",
459+
"sys/param.h",
459460
}
460461

461462
cfg.skip_struct(move |ty| {

0 commit comments

Comments
 (0)