Skip to content

Commit

Permalink
Merge pull request #21581 from zigmd/fix-typo-in-segset_t
Browse files Browse the repository at this point in the history
std: fix typo in darwin segset_t
  • Loading branch information
alexrp authored Oct 5, 2024
2 parents d23db94 + 267523e commit 406e56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/std/c/darwin.zig
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const mode_t = std.c.mode_t;
const off_t = std.c.off_t;
const pid_t = std.c.pid_t;
const pthread_attr_t = std.c.pthread_attr_t;
const sigset_t = std.c.segset_t;
const sigset_t = std.c.sigset_t;
const timespec = std.c.timespec;
const sf_hdtr = std.c.sf_hdtr;

Expand Down

0 comments on commit 406e56a

Please sign in to comment.