summarylogtreecommitdiffstats
path: root/g_thread.patch
diff options
context:
space:
mode:
authornot_anonymous2021-08-21 14:22:12 -0600
committernot_anonymous2021-08-21 14:22:12 -0600
commit53725d352348166fd17366c9813229279edfb931 (patch)
tree9a5983078861a707ba6ee17137fa3bfc57f6ad11 /g_thread.patch
parentd13d3f947cb696ada39a58cbc38fd85983381165 (diff)
downloadaur-53725d352348166fd17366c9813229279edfb931.tar.gz
Updated
Diffstat (limited to 'g_thread.patch')
-rw-r--r--g_thread.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/g_thread.patch b/g_thread.patch
deleted file mode 100644
index 27a85938500c..000000000000
--- a/g_thread.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- main.c 2011-06-27 12:02:28.000000000 +0200
-+++ main.c 2014-07-14 17:06:44.649235990 +0200
-@@ -182,8 +182,7 @@
- the program if threads are not supported... then why doesn''t it work
- on FreeBSD?
- */
-- if (!g_thread_supported ())
-- g_thread_init (NULL);
-+ g_thread_init (NULL);
-
-
-