summaryrefslogtreecommitdiff
path: root/gthread
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-12-02 21:37:25 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-12-02 21:37:25 +0000
commitf42f6da6d578f2819fa614c876cecd94188a1379 (patch)
tree874d54d8fe073461864efe63476465a1d82e0e21 /gthread
parent745229d45296c4e03e431d51892700e9466203fb (diff)
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)
Diffstat (limited to 'gthread')
-rw-r--r--gthread/ChangeLog4
-rw-r--r--gthread/Makefile.am1
2 files changed, 4 insertions, 1 deletions
diff --git a/gthread/ChangeLog b/gthread/ChangeLog
index b4ae1eea8..0bfcb7201 100644
--- a/gthread/ChangeLog
+++ b/gthread/ChangeLog
@@ -1,3 +1,7 @@
+2005-12-02 Matthias Clasen <mclasen@redhat.com>
+
+ * Makefile.am: Remove gthread-solaris.c
+
2005-11-17 Matthias Clasen <mclasen@redhat.com>
* === Released 2.9.0 ===
diff --git a/gthread/Makefile.am b/gthread/Makefile.am
index 5f244ab66..064305216 100644
--- a/gthread/Makefile.am
+++ b/gthread/Makefile.am
@@ -7,7 +7,6 @@ INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/glib -I$(top_srcdir)/gthread \
EXTRA_DIST = \
makefile.msc.in \
gthread-posix.c \
- gthread-solaris.c \
gthread-win32.c \
gthread-none.c \
gthread.def \