svn commit: r285201 - head/lib/libc/aarch64

Andrew Turner andrew at FreeBSD.org
Mon Jul 6 09:57:41 UTC 2015


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;


More information about the svn-src-head mailing list