Author: andrew Date: Mon Jul 6 09:57:40 2015 New Revision: 285201 URL: https://svnweb.freebsd.org/changeset/base/285201
Log: Add hton and ntoh to the arm64 Symbols.map file, they exist but were not exported. Modified: head/lib/libc/aarch64/Symbol.map Modified: head/lib/libc/aarch64/Symbol.map ============================================================================== --- head/lib/libc/aarch64/Symbol.map Mon Jul 6 09:44:07 2015 (r285200) +++ head/lib/libc/aarch64/Symbol.map Mon Jul 6 09:57:40 2015 (r285201) @@ -21,6 +21,10 @@ FBSD_1.0 { longjmp; sigsetjmp; siglongjmp; + htonl; + htons; + ntohl; + ntohs; vfork; brk; sbrk; _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"