Fixes a problem where a function was not overloaded
This commit is contained in:
@@ -148,6 +148,9 @@ char *getwd ();
|
||||
# if VMS
|
||||
# define getcwd(buf, max) (getcwd) (buf, max, 0)
|
||||
# else
|
||||
# ifdef __ANDROID__
|
||||
# define __attribute__((overloadable))
|
||||
# endif
|
||||
char *getcwd ();
|
||||
# endif
|
||||
# endif
|
||||
|
||||
Reference in New Issue
Block a user