Skip to content

Commit 6de9e63

Browse files
committed
haiku: define PATH_MAX.
1 parent 72ac033 commit 6de9e63

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/unix/haiku/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -595,6 +595,8 @@ pub const LOCK_UN: ::c_int = 0x08;
595595

596596
pub const SIGSTKSZ: ::size_t = 16384;
597597

598+
pub const PATH_MAX: ::c_int = 1024;
599+
598600
pub const SA_NODEFER: ::c_int = 0x08;
599601
pub const SA_RESETHAND: ::c_int = 0x04;
600602
pub const SA_RESTART: ::c_int = 0x10;

0 commit comments

Comments
 (0)