File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
branches/try/src/libnative/io Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: 58413c09cd52ea4005d6ea7733ba1fb3a8f36589
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 437179ed8bf7f7672f84b19265df1ce569e70490
5
- refs/heads/try: 4d69696ff62fb9f069fd8f64eaa0defe4c8c9cf7
5
+ refs/heads/try: 79811d59fd8ac1635779e24e128d8fc60ede003c
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8
8
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
Original file line number Diff line number Diff line change @@ -253,7 +253,6 @@ mod signal {
253
253
pub status : libc:: c_int ,
254
254
}
255
255
256
- #[ cfg( target_os = "macos" ) ]
257
256
#[ cfg( target_os = "ios" ) ]
258
257
#[ repr( C ) ]
259
258
pub struct sigaction {
@@ -263,6 +262,7 @@ mod signal {
263
262
pub sa_flags : libc:: c_int ,
264
263
}
265
264
265
+ #[ cfg( target_os = "macos" ) ]
266
266
#[ cfg( target_os = "freebsd" ) ]
267
267
#[ cfg( target_os = "dragonfly" ) ]
268
268
#[ repr( C ) ]
You can’t perform that action at this time.
0 commit comments