Skip to content

Commit

Permalink
Merge pull request #1087 from navit-gps/ndk-getcwd
Browse files Browse the repository at this point in the history
Fix:build/android:do not double-define getcwd on recent NDK versions
  • Loading branch information
mvglasow committed Feb 13, 2021
2 parents 37f22db + 15a526e commit 284a2e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion navit/support/gettext_intl/dcigettext.c
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ char *getwd ();
# else
# if VMS
# define getcwd(buf, max) (getcwd) (buf, max, 0)
# else
# elif !(defined(__clang__) && defined(__BIONIC_FORTIFY))
char *getcwd ();
# endif
# endif
Expand Down

0 comments on commit 284a2e7

Please sign in to comment.