Skip to content

Commit 7fcd50e

Browse files
authored
Merge pull request #4089 from sthibaul/main
hurd: Add domainname field to utsname
2 parents f093344 + b3562e1 commit 7fcd50e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/unix/hurd/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -876,6 +876,7 @@ s! {
876876
pub release: [::c_char; _UTSNAME_LENGTH],
877877
pub version: [::c_char; _UTSNAME_LENGTH],
878878
pub machine: [::c_char; _UTSNAME_LENGTH],
879+
pub domainname: [::c_char; _UTSNAME_LENGTH],
879880
}
880881

881882
pub struct rlimit64 {

0 commit comments

Comments
 (0)