We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68e06ad commit 050d597Copy full SHA for 050d597
src/unix/aix/mod.rs
@@ -2054,7 +2054,7 @@ f! {
2054
::mem::size_of::<::cmsghdr>() as ::c_uint + length
2055
}
2056
2057
- pub fn CMSG_SPACE(length: ::c_uint) -> ::c_uint {
+ pub {const} fn CMSG_SPACE(length: ::c_uint) -> ::c_uint {
2058
2059
2060
0 commit comments