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