Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jul 2015 09:57:40 +0000 (UTC)
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r285201 - head/lib/libc/aarch64
Message-ID:  <201507060957.t669ve26050707@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507060957.t669ve26050707>