Skip to content

Commit

Permalink
Fix android emulation
Browse files Browse the repository at this point in the history
Change-Id: I8d6ca14ae2cf924e177802bc747d49f7f92b3a03
  • Loading branch information
madhurajayaraman committed May 21, 2024
1 parent 90c5c37 commit 9b43cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starboard/android/shared/posix_emu/dirent.cc
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ struct _PosixEmuAndroidAssetDir {

constexpr int64_t kMagicNum = -1;

DIR* _wrap_opendir(const char* path) {
DIR* __wrap_opendir(const char* path) {
if (!IsAndroidAssetPath(path)) {
return __real_opendir(path);
}
Expand Down

0 comments on commit 9b43cf6

Please sign in to comment.