Sign in
rust
/
rust
/
a5a286df89146c64afebc6dcbbd3f61ba67ae53b
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
issue-4382.rs
blob: 740fa9bfe0a8737d35b638bfd5a3457d1df6a330 [
file
]
pub
const
NAME_MAX
:
usize
=
{
#[
cfg
(
target_os
=
"linux"
)]
{
1024
}
#[
cfg
(
target_os
=
"freebsd"
)]
{
255
}
};