Skip to content

Commit 0c17322

Browse files
xtqqczzetgross35
authored andcommitted
1 parent b4cc4ec commit 0c17322

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

libc-test/semver/redox.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ EUCLEAN
101101
EUNATCH
102102
EUSERS
103103
EXFULL
104+
FILENAME_MAX
104105
FIONREAD
105106
F_DUPFD_CLOEXEC
106107
IMAXBEL

src/unix/redox/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1190,6 +1190,7 @@ pub const X_OK: c_int = 1;
11901190

11911191
// stdio.h
11921192
pub const BUFSIZ: c_uint = 1024;
1193+
pub const FILENAME_MAX: c_int = 4096;
11931194
pub const _IOFBF: c_int = 0;
11941195
pub const _IOLBF: c_int = 1;
11951196
pub const _IONBF: c_int = 2;

0 commit comments

Comments
 (0)