Skip to content

Commit c7619f7

Browse files
committed
2 parents c9e8bab + ceb2dff commit c7619f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/fuchsia/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1333,6 +1333,7 @@ pub const S_ISGID: ::c_int = 0x400;
13331333
pub const S_ISVTX: ::c_int = 0x200;
13341334

13351335
pub const IF_NAMESIZE: ::size_t = 16;
1336+
pub const IFNAMSIZ: ::size_t = IF_NAMESIZE;
13361337

13371338
pub const LOG_EMERG: ::c_int = 0;
13381339
pub const LOG_ALERT: ::c_int = 1;

0 commit comments

Comments
 (0)