diff options
author | guenther <> | 2024-08-03 23:06:56 +0000 |
---|---|---|
committer | guenther <> | 2024-08-03 23:06:56 +0000 |
commit | f302f372dea8d2b8b5317c6269475acc49f86f27 (patch) | |
tree | 091133a9cc5b388db12efe7401fa54eb2d8fa37b /src | |
parent | 172e3add77ca1afbcd9a209b8820a29ab2081c89 (diff) | |
download | openbsd-f302f372dea8d2b8b5317c6269475acc49f86f27.tar.gz openbsd-f302f372dea8d2b8b5317c6269475acc49f86f27.tar.bz2 openbsd-f302f372dea8d2b8b5317c6269475acc49f86f27.zip |
A dozen interfaces in <endian.h> were standardized in POSIX-2024 as expected
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libc/net/htobe64.3 | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/lib/libc/net/htobe64.3 b/src/lib/libc/net/htobe64.3 index 3e500897e2..e41c9124c4 100644 --- a/src/lib/libc/net/htobe64.3 +++ b/src/lib/libc/net/htobe64.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: htobe64.3,v 1.1 2019/08/30 18:33:17 deraadt Exp $ | 1 | .\" $OpenBSD: htobe64.3,v 1.2 2024/08/03 23:06:56 guenther Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1983, 1991, 1993 | 3 | .\" Copyright (c) 1983, 1991, 1993 |
4 | .\" The Regents of the University of California. All rights reserved. | 4 | .\" The Regents of the University of California. All rights reserved. |
@@ -27,7 +27,7 @@ | |||
27 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 27 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
28 | .\" SUCH DAMAGE. | 28 | .\" SUCH DAMAGE. |
29 | .\" | 29 | .\" |
30 | .Dd $Mdocdate: August 30 2019 $ | 30 | .Dd $Mdocdate: August 3 2024 $ |
31 | .Dt HTOBE64 3 | 31 | .Dt HTOBE64 3 |
32 | .Os | 32 | .Os |
33 | .Sh NAME | 33 | .Sh NAME |
@@ -141,8 +141,8 @@ The | |||
141 | .Fn le32toh , | 141 | .Fn le32toh , |
142 | and | 142 | and |
143 | .Fn le16toh | 143 | .Fn le16toh |
144 | functions are expected to conform to a future version of | 144 | functions conform to |
145 | .St -p1003.1 . | 145 | .St -p1003.1-2024 . |
146 | The other functions are extensions that should not be used | 146 | The other functions are extensions that should not be used |
147 | when portability is required. | 147 | when portability is required. |
148 | .Sh HISTORY | 148 | .Sh HISTORY |
@@ -156,8 +156,6 @@ The | |||
156 | .Nm {src-order}{size}to{dst-order} | 156 | .Nm {src-order}{size}to{dst-order} |
157 | functions appeared in | 157 | functions appeared in |
158 | .Ox 5.6 . | 158 | .Ox 5.6 . |
159 | A subset of them was submitted for standardization after | ||
160 | .St -p1003.1-2008 . | ||
161 | .Sh BUGS | 159 | .Sh BUGS |
162 | The perceived antagonism between | 160 | The perceived antagonism between |
163 | .Sq host | 161 | .Sq host |