]> Savannah Git Hosting - gnulib.git/commit
htonl: New module.
authorCollin Funk <collin.funk1@gmail.com>
Sun, 11 Aug 2024 00:15:07 +0000 (17:15 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Sun, 11 Aug 2024 00:15:07 +0000 (17:15 -0700)
commite289cd10123c4069c4cb695a7f7bf28e545b791f
tree22af232493089655ed2560401c92bd07b6b23c2a
parentdd6294673b945d5d7b5e9d8aa1c6678902af9af8
htonl: New module.

* modules/htonl: New file.
* lib/arpa_inet.c: New file.
* m4/htonl.m4: New file.
* modules/arpa_inet (Files): Add lib/arpa_inet.c.
(Depends-on): Add extern-inline.
* lib/arpa_inet.in.h (htons, htonl, ntohs, ntohl): New declarations.
* m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Define REPLACE_HTONL.
* doc/posix-functions/htons.texi (htons): Mention the module.
* doc/posix-functions/htonl.texi (htonl): Likewise.
* doc/posix-functions/ntohs.texi (ntohs): Likewise.
* doc/posix-functions/ntohl.texi (ntohl): Likewise.
ChangeLog
doc/posix-functions/htonl.texi
doc/posix-functions/htons.texi
doc/posix-functions/ntohl.texi
doc/posix-functions/ntohs.texi
lib/arpa_inet.c [new file with mode: 0644]
lib/arpa_inet.in.h
m4/arpa_inet_h.m4
m4/htonl.m4 [new file with mode: 0644]
modules/arpa_inet
modules/htonl [new file with mode: 0644]