Skip to content

Commit 53c1d3c

Browse files
committed
Add ios as target os
1 parent 4eeb010 commit 53c1d3c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sys/resource.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ pub fn getrlimit(resource: Resource) -> Result<(Option<rlim_t>, Option<rlim_t>)>
139139
target_os = "openbsd",
140140
target_os = "netbsd",
141141
target_os = "macos",
142+
target_os = "ios",
142143
target_os = "android",
143144
target_os = "dragonfly",
144145
target_os = "bitrig",
@@ -196,6 +197,7 @@ pub fn setrlimit(
196197
target_os = "openbsd",
197198
target_os = "netbsd",
198199
target_os = "macos",
200+
target_os = "ios",
199201
target_os = "android",
200202
target_os = "dragonfly",
201203
target_os = "bitrig",

0 commit comments

Comments
 (0)