Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dfdc3661 authored by Jesse Hall's avatar Jesse Hall Committed by Android (Google) Code Review
Browse files

Merge "Fix NDK libsync to match ndk/sync.h"

parents 19d0dfae 59d9ee5d
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -17,8 +17,8 @@
LIBSYNC {
LIBSYNC {
  global:
  global:
    sync_merge; # introduced=26
    sync_merge; # introduced=26
    sync_get_fence_info; # introduced=26
    sync_file_info; # introduced=26
    sync_free_fence_info; # introduced=26
    sync_file_info_free; # introduced=26
  local:
  local:
    *;
    *;
};
};