mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
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:
committed by
Matthias Clasen
parent
745229d452
commit
f42f6da6d5
@@ -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>
|
||||
|
@@ -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
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user