diff options
author | bors <bors@rust-lang.org> | 2021-08-15 23:39:53 +0000 |
---|---|---|
committer | bors <bors@rust-lang.org> | 2021-08-15 23:39:53 +0000 |
commit | 10761b1cd69cca22cbb67da5254cfd4281c6aaf0 (patch) | |
tree | 2743d89717e8bb6444308f5aea2d30dd104c5a97 /libc-test/semver/openbsd.txt | |
parent | 95304c421a4fab4dacab49e7009c46030a613746 (diff) | |
parent | 43c316e287df22482adc292195f1c2760f3e12c5 (diff) | |
download | rust-libc-10761b1cd69cca22cbb67da5254cfd4281c6aaf0.tar.gz |
Auto merge of #2329 - devnexen:getsethostid_unix, r=JohnTitor
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 db4f93fd5f..06322dc816 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 @@ -1055,6 +1056,7 @@ sendmsg setdomainname setgrent setgroups +sethostid sethostname setitimer setpriority |