Skip to content

Commit

Permalink
Remove utsname and uname for now too.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Apr 24, 2019
1 parent 599c0f7 commit 13ddc16
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/wasi.rs
Expand Up @@ -128,15 +128,6 @@ s! {
pub iov_len: size_t,
}

pub struct utsname {
pub sysname: [c_char; 65],
pub nodename: [c_char; 65],
pub release: [c_char; 65],
pub version: [c_char; 65],
pub machine: [c_char; 65],
pub domainname: [c_char; 65]
}

pub struct lconv {
pub decimal_point: *mut c_char,
pub thousands_sep: *mut c_char,
Expand Down Expand Up @@ -999,7 +990,6 @@ extern {
iovcnt: ::c_int,
offset: ::off_t,
) -> ::ssize_t;
pub fn uname(buf: *mut ::utsname) -> ::c_int;
pub fn posix_fadvise(
fd: ::c_int,
offset: ::off_t,
Expand Down

0 comments on commit 13ddc16

Please sign in to comment.