summaryrefslogtreecommitdiff
path: root/meta/packages/glib-2.0/files/atomic_fix.patch
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2008-01-13 17:01:28 +0000
committerRoss Burton <ross@openedhand.com>2008-01-13 17:01:28 +0000
commit976d36287788c29c127b118db02f88ad2525eb72 (patch)
tree35007faa350c7f3e993e46b8504103429707c833 /meta/packages/glib-2.0/files/atomic_fix.patch
parentdad7da82908f779afe6a75ebcee8569a52758e5d (diff)
downloadopenembedded-core-976d36287788c29c127b118db02f88ad2525eb72.tar.gz
openembedded-core-976d36287788c29c127b118db02f88ad2525eb72.tar.bz2
openembedded-core-976d36287788c29c127b118db02f88ad2525eb72.zip
Drop unused glib patches
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3479 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/glib-2.0/files/atomic_fix.patch')
-rw-r--r--meta/packages/glib-2.0/files/atomic_fix.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/meta/packages/glib-2.0/files/atomic_fix.patch b/meta/packages/glib-2.0/files/atomic_fix.patch
deleted file mode 100644
index ddc7ada778..0000000000
--- a/meta/packages/glib-2.0/files/atomic_fix.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Index: glib-2.10.3/glib/gthread.c
-===================================================================
---- glib-2.10.3.orig/glib/gthread.c 2005-12-01 16:34:26.000000000 +0000
-+++ glib-2.10.3/glib/gthread.c 2006-07-06 08:17:18.000000000 +0100
-@@ -164,10 +164,10 @@
- _g_messages_thread_init_nomessage ();
-
- /* we may run full-fledged initializers from here */
-+ _g_atomic_thread_init ();
- _g_convert_thread_init ();
- _g_rand_thread_init ();
- _g_main_thread_init ();
-- _g_atomic_thread_init ();
- _g_utils_thread_init ();
- #ifdef G_OS_WIN32
- _g_win32_thread_init ();