Skip to content

Commit d6ac184

Browse files
author
Jan Philipp Hafer
committed
another test fixup. standalone tests pass locally on linux.
1 parent bc90850 commit d6ac184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/standalone/sigpipe/build.zig

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pub fn build(b: *std.build.Builder) !void {
1212
.mask = os.empty_sigset,
1313
.flags = 0,
1414
};
15-
try os.sigaction(os.SIG.PIPE, &act, null);
15+
try os.posix.sigaction(os.SIG.PIPE, &act, null);
1616
}
1717

1818
for ([_]bool{ false, true }) |keep_sigpipe| {

0 commit comments

Comments
 (0)