Add hton and ntoh to the arm64 Symbols.map file, they exist but were not

exported.
This commit is contained in:
Andrew Turner 2015-07-06 09:57:40 +00:00
parent 64ce6b09a3
commit 1af1dde836
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=285201

View File

@ -21,6 +21,10 @@ FBSD_1.0 {
longjmp;
sigsetjmp;
siglongjmp;
htonl;
htons;
ntohl;
ntohs;
vfork;
brk;
sbrk;