diff options
author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2018-08-07 16:13:18 +0000 |
---|---|---|
committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2018-08-07 16:13:18 +0000 |
commit | 6ce17ef1e269338b564b10ef91271385757dfc3f (patch) | |
tree | e9039da00176cb0c6ec70cfb6c19a83b50c437b4 | |
parent | 73f3cb910bbedff94fca5b72f29a7c59a9d6a5a5 (diff) | |
download | illumos-joyent-6ce17ef1e269338b564b10ef91271385757dfc3f.tar.gz |
9701 byteorder functions are in libc for a long time [another manifest fix]
-rw-r--r-- | manifest | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -13033,6 +13033,7 @@ f usr/share/man/man3c/bsearch.3c 0444 root bin f usr/share/man/man3c/bstring.3c 0444 root bin f usr/share/man/man3c/btowc.3c 0444 root bin s usr/share/man/man3c/btowc_l.3c=btowc.3c +f usr/share/man/man3c/byteorder.3c 0444 root bin s usr/share/man/man3c/bzero.3c=bstring.3c s usr/share/man/man3c/calloc.3c=malloc.3c f usr/share/man/man3c/call_once.3c 0444 root bin @@ -13352,6 +13353,9 @@ s usr/share/man/man3c/htobe64.3c=endian.3c s usr/share/man/man3c/htole16.3c=endian.3c s usr/share/man/man3c/htole32.3c=endian.3c s usr/share/man/man3c/htole64.3c=endian.3c +s usr/share/man/man3c/htonl.3c=byteorder.3c +s usr/share/man/man3c/htonll.3c=byteorder.3c +s usr/share/man/man3c/htons.3c=byteorder.3c f usr/share/man/man3c/iconv.3c 0444 root bin f usr/share/man/man3c/iconv_close.3c 0444 root bin f usr/share/man/man3c/iconv_open.3c 0444 root bin @@ -13562,6 +13566,9 @@ s usr/share/man/man3c/ngettext.3c=gettext.3c f usr/share/man/man3c/nl_langinfo.3c 0444 root bin s usr/share/man/man3c/nl_langinfo_l.3c=nl_langinfo.3c s usr/share/man/man3c/nrand48.3c=drand48.3c +s usr/share/man/man3c/ntohl.3c=byteorder.3c +s usr/share/man/man3c/ntohll.3c=byteorder.3c +s usr/share/man/man3c/ntohs.3c=byteorder.3c f usr/share/man/man3c/offsetof.3c 0444 root bin f usr/share/man/man3c/opendir.3c 0444 root bin s usr/share/man/man3c/openlog.3c=syslog.3c |