Small fix

This commit is contained in:
Gerhard Stein
2020-09-19 10:13:11 +00:00
parent 702329a932
commit 39f7b7d6ef
+1 -1
View File
@@ -149,7 +149,7 @@ char *getwd ();
# define getcwd(buf, max) (getcwd) (buf, max, 0)
# else
# ifdef __ANDROID__
# define __attribute__((overloadable))
__attribute__((overloadable))
# endif
char *getcwd ();
# endif