glib/gthread
Sebastian Wilhelmi fa5d3b74b0 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.
1999-02-08 17:14:44 +00:00
..
.cvsignore Shut up cvs 1999-01-05 20:28:45 +00:00
ChangeLog Changed the test for getpwuid_r to exclude those systems (i.e. IRIX), that 1999-02-08 17:14:44 +00:00
gthread-none.c s/g_mutex_functions_for_glib_use/g_thread_functions_for_glib_use/ 1998-12-15 16:47:31 +00:00
gthread-nspr.c updated. 1998-12-15 17:49:30 +00:00
gthread-posix.c Changed the test for getpwuid_r to exclude those systems (i.e. IRIX), that 1999-02-08 17:14:44 +00:00
gthread-solaris.c updated. 1998-12-15 17:49:30 +00:00
gthread.c -DG_LOG_DOMAIN="GThread", we don't need an extern variable for that 1998-12-17 02:42:57 +00:00
gthread.def Added missing gthread/gthread.def file. Incremented version numbers 1999-01-17 11:11:39 +00:00
Makefile.am More Win32 updates. Add missing Win32 files to distributed files. 1999-01-19 21:13:59 +00:00
testgthread.c add support for freebsd (-lc_r for thread foo) and make sure testgthread.c compiles on platforms with rand_r. 1999-01-11 10:05:33 +00:00