Small fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user