Skip to content

Commit

Permalink
Merge pull request #1 from Alogani/Alogani-patch-#23700
Browse files Browse the repository at this point in the history
Correction Sigaction struct on amd64
  • Loading branch information
Alogani authored Jun 10, 2024
2 parents 1cbcbd9 + 5050d55 commit 14ea54a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/posix/posix_linux_amd64.nim
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ type
sa_mask*: Sigset ## Set of signals to be blocked during execution of
## the signal handling function.
sa_flags*: cint ## Special flags.
sa_sigaction*: proc (x: cint, y: ptr SigInfo, z: pointer) {.noconv.}
sa_restorer: proc() {.noconv.} ## not intended for application use.

Stack* {.importc: "stack_t",
Expand Down

0 comments on commit 14ea54a

Please sign in to comment.