diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2010-12-04 09:10:24 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2010-12-04 09:10:24 +0000 |
commit | 058f99bb6be204f053b06d0ad32951709df6109f (patch) | |
tree | d55abf725c2c1bef9c08f04fa131ff3b081ef61a /lang/php53/files/patch-TSRM_threads.m4 | |
parent | ddf00fcd5395624bf1ee4fb0f5ac3b1eac59bb23 (diff) |
Diffstat (limited to 'lang/php53/files/patch-TSRM_threads.m4')
-rw-r--r-- | lang/php53/files/patch-TSRM_threads.m4 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/php53/files/patch-TSRM_threads.m4 b/lang/php53/files/patch-TSRM_threads.m4 deleted file mode 100644 index 227f6d26c9d5..000000000000 --- a/lang/php53/files/patch-TSRM_threads.m4 +++ /dev/null @@ -1,11 +0,0 @@ ---- TSRM/threads.m4.orig 2005-04-27 15:22:18.000000000 +0200 -+++ TSRM/threads.m4 2009-09-22 10:01:37.000000000 +0200 -@@ -79,7 +79,7 @@ - pthread_mutexattr_t mattr; - int data = 1; - pthread_mutexattr_init(&mattr); -- return pthread_create(&thd, NULL, thread_routine, &data); -+ return 0; - } ], [ - pthreads_working=yes - ], [ |