We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc9a7de + cdb99e3 commit 39f03eaCopy full SHA for 39f03ea
src/unix/bsd/openbsdlike/netbsd.rs
@@ -310,6 +310,7 @@ pub const _SC_SEMAPHORES : ::c_int = 42;
310
pub const _SC_SHARED_MEMORY_OBJECTS : ::c_int = 87;
311
pub const _SC_SYNCHRONIZED_IO : ::c_int = 31;
312
pub const _SC_TIMERS : ::c_int = 44;
313
+pub const _SC_HOST_NAME_MAX : ::c_int = 69;
314
315
pub const FD_SETSIZE: usize = 0x100;
316
src/unix/bsd/openbsdlike/openbsd.rs
@@ -231,6 +231,7 @@ pub const _SC_REALTIME_SIGNALS : ::c_int = 64;
231
pub const _SC_RTSIG_MAX : ::c_int = 66;
232
pub const _SC_SIGQUEUE_MAX : ::c_int = 70;
233
pub const _SC_TIMER_MAX : ::c_int = 93;
234
+pub const _SC_HOST_NAME_MAX : ::c_int = 33;
235
236
pub const FD_SETSIZE: usize = 1024;
237
0 commit comments