source: gs2-extensions/gnome-lib/trunk/src/packages/android-patches/gettext-android.patch@ 26787

Last change on this file since 26787 was 26787, checked in by davidb, 11 years ago

Files that patch code fro Android NDK

File size: 424 bytes
  • gettext-0.18.2/gettext-tools/src/msginit.c

    old new  
    10741074
    10751075  pwd = get_user_pwd ();
    10761076#if HAVE_PWD_H
     1077#ifdef __ANDROID__
     1078  return NULL;
     1079#else
    10771080  if (pwd != NULL)
    10781081    {
    10791082      const char *fullname;
     
    10931096      return result;
    10941097    }
    10951098#endif
     1099#endif
    10961100
    10971101  return NULL;
    10981102}
Note: See TracBrowser for help on using the repository browser.