glib/gthread
Matthias Clasen 541462ab1e Don't link glib against libpthread. (#393812)
2007-01-07  Matthias Clasen  <mclasen@redhat.com>

	Don't link glib against libpthread.  (#393812)
	
	* configure.in: Link gthread against librt, not glib itself.

	* glib/gthread.h:
	* glib/gthread.c: Add a new thread function, gettime.

	* glib/gtimer.c: Use gettime instead of directly working with
	the various system interfaces.

	* gthread/gthread-impl.c:
	* gthread/gthread-posix.c:
	* gthread/gthread-win32.c: Implement gettime.
	

svn path=/trunk/; revision=5227
2007-01-08 05:13:15 +00:00
..
ChangeLog Correct link to discussion about CRITICAL_SECTIONs vs. mutexes. Thanks to 2006-12-28 10:48:39 +00:00
gthread-impl.c Don't link glib against libpthread. (#393812) 2007-01-08 05:13:15 +00:00
gthread-none.c Add G_MUTEX_SIZE as needed for gthread-impl.c 2000-11-02 13:04:16 +00:00
gthread-posix.c Don't link glib against libpthread. (#393812) 2007-01-08 05:13:15 +00:00
gthread-win32.c Don't link glib against libpthread. (#393812) 2007-01-08 05:13:15 +00:00
gthread.def Retract my change earlier today. Don't preset autoconf variables in a try 2001-09-26 20:35:51 +00:00
gthread.rc.in Don't use autoconf variables for the resource object files on Win32 any 2005-07-08 23:04:06 +00:00
Makefile.am Remove support for Solaris threads. (#136971, Sebastian Wilhelmi, patch by 2005-12-02 21:37:25 +00:00
makefile.msc.in added gbase64.obj and derive the static libs name from auto* variables 2006-04-07 17:10:36 +00:00