Skip to content

Commit 7ac2dc7

Browse files
committed
Add FIXME for android SaFlags
1 parent 3513dad commit 7ac2dc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sys/signal.rs

+1
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ libc_bitflags!{
211211
}
212212
}
213213

214+
// FIXME: https://github.com/rust-lang/libc/pull/511
214215
#[cfg(target_os = "android")]
215216
libc_bitflags!{
216217
pub flags SaFlags: libc::c_ulong {

0 commit comments

Comments
 (0)