Add hton and ntoh to the arm64 Symbols.map file, they exist but were not
exported.
This commit is contained in:
parent
64ce6b09a3
commit
1af1dde836
@ -21,6 +21,10 @@ FBSD_1.0 {
|
||||
longjmp;
|
||||
sigsetjmp;
|
||||
siglongjmp;
|
||||
htonl;
|
||||
htons;
|
||||
ntohl;
|
||||
ntohs;
|
||||
vfork;
|
||||
brk;
|
||||
sbrk;
|
||||
|
Loading…
Reference in New Issue
Block a user