Skip to content

Commit 1efc9cb

Browse files
Laura7089tgross35
authored andcommitted
fix: remove _SC_HOST_NAME_MAX as it's irrelevant
1 parent 6e94220 commit 1efc9cb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/unix/newlib/espidf/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ pub const SIGHUP: ::c_int = 1;
9999
pub const SIGQUIT: ::c_int = 3;
100100
pub const NSIG: ::size_t = 32;
101101

102-
pub const _SC_HOST_NAME_MAX: ::c_int = 65;
103-
104102
extern "C" {
105103
pub fn pthread_create(
106104
native: *mut ::pthread_t,

0 commit comments

Comments
 (0)