diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-09-09 17:11:35 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-09-09 17:11:35 +0000 |
commit | 1c8444c44b20e37ab788ffb05a8920985aec57a4 (patch) | |
tree | 5a787dca26890151bb11dd643f6eaed7a0009b2a /user/glib/thread-test-fix.patch | |
parent | 22a972735d780bdf42f6d35f468cb25a79888383 (diff) | |
download | packages-1c8444c44b20e37ab788ffb05a8920985aec57a4.tar.gz packages-1c8444c44b20e37ab788ffb05a8920985aec57a4.tar.bz2 packages-1c8444c44b20e37ab788ffb05a8920985aec57a4.tar.xz packages-1c8444c44b20e37ab788ffb05a8920985aec57a4.zip |
user/glib: bump to 2.58.0
Diffstat (limited to 'user/glib/thread-test-fix.patch')
-rw-r--r-- | user/glib/thread-test-fix.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/user/glib/thread-test-fix.patch b/user/glib/thread-test-fix.patch deleted file mode 100644 index bcfcfc441..000000000 --- a/user/glib/thread-test-fix.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- glib-2.52.1/glib/tests/thread.c.old 2016-10-22 05:21:37.000000000 +0000 -+++ glib-2.52.1/glib/tests/thread.c 2017-08-20 04:51:46.756496035 +0000 -@@ -174,7 +174,7 @@ - static gpointer - thread6_func (gpointer data) - { --#ifdef HAVE_PTHREAD_SETNAME_NP_WITH_TID -+#if 0 - char name[16]; - - pthread_getname_np (pthread_self(), name, 16); |