summaryrefslogtreecommitdiff
path: root/ext/mysql/libmysql/my_pthread.h
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2000-06-16 18:24:02 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2000-06-16 18:24:02 +0000
commit87a491d7b64f34a9692af3edc58151e9baa2e275 (patch)
tree023b2ac85e2f4ae8951fefe14ccc9c835cfe465a /ext/mysql/libmysql/my_pthread.h
parentc6ddfd4440ad412059e49dc69f9c7e98de57d65c (diff)
downloadphp-git-87a491d7b64f34a9692af3edc58151e9baa2e275.tar.gz
C++ // comments are evil ...
Diffstat (limited to 'ext/mysql/libmysql/my_pthread.h')
-rw-r--r--ext/mysql/libmysql/my_pthread.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/mysql/libmysql/my_pthread.h b/ext/mysql/libmysql/my_pthread.h
index 47a058a65c..ad64c59a50 100644
--- a/ext/mysql/libmysql/my_pthread.h
+++ b/ext/mysql/libmysql/my_pthread.h
@@ -8,7 +8,7 @@
#include <errno.h>
#ifndef ETIME
-#define ETIME ETIMEDOUT // For FreeBSD
+#define ETIME ETIMEDOUT /* For FreeBSD */
#endif
#if defined(__WIN32__)
@@ -102,8 +102,8 @@ void pthread_exit(unsigned A); /* was #define pthread_exit(A) ExitThread(A)*/
#define pthread_condattr_init(A)
#define pthread_condattr_destroy(A)
-//Irena: compiler does not like this:
-//#define my_pthread_getprio(pthread_t thread_id) pthread_dummy(0)
+/*Irena: compiler does not like this:*/
+/*#define my_pthread_getprio(pthread_t thread_id) pthread_dummy(0)*/
#define my_pthread_getprio(thread_id) pthread_dummy(0)
#elif defined(HAVE_UNIXWARE7_THREADS)