Skip to content

Commit

Permalink
Added support for vita target
Browse files Browse the repository at this point in the history
  • Loading branch information
nikarh committed Nov 2, 2023
1 parent 5341791 commit 23e32dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/unix.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ extern "C" {
target_os = "netbsd",
target_os = "bitrig",
target_os = "android",
target_os = "espidf"
target_os = "espidf",
target_os = "vita"
),
link_name = "__errno"
)]
Expand Down

0 comments on commit 23e32dc

Please sign in to comment.