aboutsummaryrefslogtreecommitdiffstats
path: root/src/android.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/android.h')
-rw-r--r--src/android.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/android.h b/src/android.h
index 945bd649c18..cecdfab002f 100644
--- a/src/android.h
+++ b/src/android.h
@@ -74,6 +74,7 @@ extern int android_mkdir (const char *, mode_t);
74extern int android_renameat_noreplace (int, const char *, 74extern int android_renameat_noreplace (int, const char *,
75 int, const char *); 75 int, const char *);
76extern int android_rename (const char *, const char *); 76extern int android_rename (const char *, const char *);
77extern int android_fchmodat (int, const char *, mode_t, int);
77 78
78 79
79 80