We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1de6920 commit 1772e95Copy full SHA for 1772e95
2 files changed
libc-test/semver/linux.txt
@@ -1751,6 +1751,7 @@ MS_SLAVE
1751
MS_STRICTATIME
1752
MS_SYNCHRONOUS
1753
MS_UNBINDABLE
1754
+NAME_MAX
1755
NDA_CACHEINFO
1756
NDA_DST
1757
NDA_IFINDEX
src/unix/linux_like/mod.rs
@@ -1001,6 +1001,7 @@ pub const LOCK_UN: c_int = 8;
1001
pub const SS_ONSTACK: c_int = 1;
1002
pub const SS_DISABLE: c_int = 2;
1003
1004
+pub const NAME_MAX: c_int = 255;
1005
pub const PATH_MAX: c_int = 4096;
1006
1007
pub const UIO_MAXIOV: c_int = 1024;
0 commit comments