Changed the test for getpwuid_r to exclude those systems (i.e. IRIX), that
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>
Mon, 8 Feb 1999 17:14:44 +0000 (17:14 +0000)
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>
Mon, 8 Feb 1999 17:14:44 +0000 (17:14 +0000)
commitfa5d3b74b00bbe76f893b7a83b5a48084c015a18
treee426a5e184a6d7a1fa46ac75c0f009a44e125a10
parent9071de6fdc9d39e5443d1982cf7689f5d2fc9d45
Changed the test for getpwuid_r to exclude those systems (i.e. IRIX), that

1999-02-08  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

* configure.in, acconfig.h: Changed the test for getpwuid_r to
exclude those systems (i.e. IRIX), that set ENOSYS after the call.
Test, if pthread_getspecific is posix like or something different,
as on PCThreads.

* gthread/gthread-posix.c (g_private_get_posix_impl): Use the
HAVE_PTHREAD_GETSPECIFIC_POSIX macro to determine, which signature
to use for pthread_getspecific.
12 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
acconfig.h
configure.in
gthread/ChangeLog
gthread/gthread-posix.c