Skip to content

Commit 85b68d1

Browse files
author
Curtis D'Alves
committed
include AIX in FromStr for Signal impl for SIGPWR
1 parent e1e630f commit 85b68d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sys/signal.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ impl FromStr for Signal {
172172
linux_android,
173173
target_os = "emscripten",
174174
target_os = "fuchsia",
175+
target_os = "aix",
175176
))]
176177
"SIGPWR" => Signal::SIGPWR,
177178
"SIGSYS" => Signal::SIGSYS,

0 commit comments

Comments
 (0)