mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 02:30:44 -04:00
Source general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. Its syntax draws upon C, Java, and Perl, and is easy to learn. The main goal of the language is to allow web developers to write dynamically generated webpages quickly, but you can do much more with PHP. WWW: http://www.php.net/ PR: 145772 Submitted by: Alex Keda
11 lines
341 B
Text
11 lines
341 B
Text
--- 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
|
|
], [
|