summaryrefslogtreecommitdiff
path: root/include/my_pthread.h
diff options
context:
space:
mode:
authorunknown <tim@cane.mysql.fi>2001-01-16 22:35:27 +0200
committerunknown <tim@cane.mysql.fi>2001-01-16 22:35:27 +0200
commit8c7841bca25a07f36b75584a9e60b6143e90024a (patch)
tree3d8be60274c6c3fa45a44ac5ac48e60a029c7542 /include/my_pthread.h
parentc1aa6bd97d83328edc5b7a766f9cbf30e12cea1b (diff)
downloadmariadb-git-8c7841bca25a07f36b75584a9e60b6143e90024a.tar.gz
Use C-style comments in common header files and C code.
Diffstat (limited to 'include/my_pthread.h')
-rw-r--r--include/my_pthread.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/my_pthread.h b/include/my_pthread.h
index da4e104064e..6a5b8dcf5eb 100644
--- a/include/my_pthread.h
+++ b/include/my_pthread.h
@@ -22,7 +22,7 @@
#include <errno.h>
#ifndef ETIME
-#define ETIME ETIMEDOUT // For FreeBSD
+#define ETIME ETIMEDOUT /* For FreeBSD */
#endif
#if defined(__WIN__)
@@ -119,8 +119,8 @@ void pthread_exit(void *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)