Skip to content

Commit

Permalink
Add lseek to api leak detector.
Browse files Browse the repository at this point in the history
Change-Id: Ic36a4e91072be7148b821183e73f574b0fb38f39
  • Loading branch information
yjzhang111 committed Apr 26, 2024
1 parent 6dab820 commit b0e1283
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 70 deletions.
70 changes: 0 additions & 70 deletions starboard/nplb/posix_compliance/posix_file_helpers.cc

This file was deleted.

2 changes: 2 additions & 0 deletions starboard/tools/api_leak_detector/api_leak_detector.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
'gmtime_r',
'inet_ntop',
'listen',
'lseek',
'malloc',
'posix_memalign',
'recv',
Expand All @@ -121,6 +122,7 @@
'mprotect',
'msync',
'mkdir',
'read',
'sched_yield',
'stat',
'pthread_cond_broadcast',
Expand Down

0 comments on commit b0e1283

Please sign in to comment.