diff options
author | David CARLIER <devnexen@gmail.com> | 2021-08-10 18:31:40 +0100 |
---|---|---|
committer | David Carlier <devnexen@gmail.com> | 2021-08-13 22:15:22 +0100 |
commit | 43c316e287df22482adc292195f1c2760f3e12c5 (patch) | |
tree | 4114bb13e03ed4bace9aa8aee175db1c1098bea3 /libc-test/semver/openbsd.txt | |
parent | 3af2448130c80902449704c3fc4799fb9e52af7a (diff) | |
download | rust-libc-43c316e287df22482adc292195f1c2760f3e12c5.tar.gz |
adding gethostid/sethostid to most unixes (redox still unimplemented at
the moment).
Diffstat (limited to 'libc-test/semver/openbsd.txt')
-rw-r--r-- | libc-test/semver/openbsd.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc-test/semver/openbsd.txt b/libc-test/semver/openbsd.txt index 9b2a9be272..41a047d0e3 100644 --- a/libc-test/semver/openbsd.txt +++ b/libc-test/semver/openbsd.txt @@ -936,6 +936,7 @@ getgrgid_r getgrnam getgrnam_r getgrouplist +gethostid getifaddrs getitimer getline @@ -1053,6 +1054,7 @@ sendmsg setdomainname setgrent setgroups +sethostid sethostname setitimer setpriority |