gutils: Don't use issetugid() on Android
authorSebastian Dröge <sebastian@centricular.com>
Tue, 9 Sep 2014 18:18:20 +0000 (20:18 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 11 Sep 2014 08:07:48 +0000 (11:07 +0300)
commitbebfd422af0a2fef422489d04f3b1d87bebd8b92
tree1639db1a3ba8ce08eef4c124b184c9d782a1a5d3
parent3b8bc8bacf1fe31cda44fb5293711e87989388ea
gutils: Don't use issetugid() on Android

Android had it in older versions but the new 64 bit ABI does not
have it anymore, and some versions of the 32 bit ABI neither.

https://code.google.com/p/android-developer-preview/issues/detail?id=168

https://bugzilla.gnome.org/show_bug.cgi?id=736351
glib/gutils.c