Skip to content

Commit 3e74fa7

Browse files
Zoxcbrson
authored andcommitted
---
yaml --- r: 134732 b: refs/heads/try c: 79811d5 h: refs/heads/master v: v3
1 parent e99a8a9 commit 3e74fa7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 58413c09cd52ea4005d6ea7733ba1fb3a8f36589
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 437179ed8bf7f7672f84b19265df1ce569e70490
5-
refs/heads/try: 4d69696ff62fb9f069fd8f64eaa0defe4c8c9cf7
5+
refs/heads/try: 79811d59fd8ac1635779e24e128d8fc60ede003c
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/src/libnative/io/c_unix.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,6 @@ mod signal {
253253
pub status: libc::c_int,
254254
}
255255

256-
#[cfg(target_os = "macos")]
257256
#[cfg(target_os = "ios")]
258257
#[repr(C)]
259258
pub struct sigaction {
@@ -263,6 +262,7 @@ mod signal {
263262
pub sa_flags: libc::c_int,
264263
}
265264

265+
#[cfg(target_os = "macos")]
266266
#[cfg(target_os = "freebsd")]
267267
#[cfg(target_os = "dragonfly")]
268268
#[repr(C)]

0 commit comments

Comments
 (0)