Skip to content

Commit

Permalink
Add the NI_IDN getnameinfo() extension
Browse files Browse the repository at this point in the history
  • Loading branch information
adder32 committed Nov 11, 2023
1 parent a17ff20 commit 6b2beb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/unix/linux_like/linux/mod.rs
Expand Up @@ -2103,6 +2103,7 @@ pub const NI_NUMERICSERV: ::c_int = 2;
pub const NI_NOFQDN: ::c_int = 4;
pub const NI_NAMEREQD: ::c_int = 8;
pub const NI_DGRAM: ::c_int = 16;
pub const NI_IDN: ::c_int = 32;

pub const SYNC_FILE_RANGE_WAIT_BEFORE: ::c_uint = 1;
pub const SYNC_FILE_RANGE_WRITE: ::c_uint = 2;
Expand Down

0 comments on commit 6b2beb8

Please sign in to comment.