Skip to content

Commit

Permalink
Add read, lseek to exported symbols.
Browse files Browse the repository at this point in the history
Change-Id: I543758f16bfc2540592792cb10e25bed1283b6b2
  • Loading branch information
yjzhang111 committed Mar 21, 2024
1 parent 1796ff6 commit d260da4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions starboard/elf_loader/exported_symbols.cc
Original file line number Diff line number Diff line change
Expand Up @@ -431,12 +431,14 @@ ExportedSymbols::ExportedSymbols() {
REGISTER_SYMBOL(getifaddrs);
REGISTER_SYMBOL(getsockname);
REGISTER_SYMBOL(listen);
REGISTER_SYMBOL(lseek);
REGISTER_SYMBOL(malloc);
REGISTER_SYMBOL(mprotect);
REGISTER_SYMBOL(msync);
REGISTER_SYMBOL(munmap);
REGISTER_SYMBOL(open);
REGISTER_SYMBOL(posix_memalign);
REGISTER_SYMBOL(read);
REGISTER_SYMBOL(realloc);
REGISTER_SYMBOL(recv);
REGISTER_SYMBOL(send);
Expand Down

0 comments on commit d260da4

Please sign in to comment.