Remove support for Solaris threads. (#136971, Sebastian Wilhelmi, patch by

2005-12-02  Matthias Clasen  <mclasen@redhat.com>

	* glib/gspawn.c:
	* configure.in: Remove support for Solaris threads.
	(#136971, Sebastian Wilhelmi, patch by Andrew Paprocki)
This commit is contained in:
Matthias Clasen
2005-12-02 21:37:25 +00:00
committed by Matthias Clasen
parent 745229d452
commit f42f6da6d5
11 changed files with 36 additions and 55 deletions

View File

@@ -1,5 +1,9 @@
2005-12-02 Matthias Clasen <mclasen@redhat.com>
* glib/building.sgml:
* glib/tmpl/threads.sgml:
* glib/glib-sections.txt: Remove G_THREADS_IMPL_SOLARIS
* glib/tmpl/types.sgml: Document G_GUINT64_CONSTANT.
2005-11-27 Matthias Clasen <mclasen@redhat.com>

View File

@@ -175,7 +175,7 @@ How to compile GLib itself
<arg>--enable-threads</arg>
</group>
<group>
<arg>--with-threads=[none|posix|dce|solaris|win32]</arg>
<arg>--with-threads=[none|posix|dce|win32]</arg>
</group>
<group>
<arg>--disable-included-printf</arg>
@@ -303,10 +303,6 @@ How to compile GLib itself
one is installed.
</para></listitem>
<listitem><para>
'solaris' uses the native Solaris thread implementation.
</para></listitem>
<listitem><para>
'none' means that GLib will be thread safe,
but does not have a default thread

View File

@@ -499,7 +499,6 @@ g_child_watch_funcs
<SUBSECTION>
G_THREADS_ENABLED
G_THREADS_IMPL_POSIX
G_THREADS_IMPL_SOLARIS
G_THREADS_IMPL_NONE
<SUBSECTION>

View File

@@ -83,14 +83,6 @@ This macro is defined, if POSIX style threads are used.
<!-- ##### MACRO G_THREADS_IMPL_SOLARIS ##### -->
<para>
This macro is defined, if the Solaris thread system is used.
</para>
<!-- ##### MACRO G_THREADS_IMPL_NONE ##### -->
<para>