diff options
author | unknown <tim@cane.mysql.fi> | 2001-01-16 22:35:27 +0200 |
---|---|---|
committer | unknown <tim@cane.mysql.fi> | 2001-01-16 22:35:27 +0200 |
commit | 8c7841bca25a07f36b75584a9e60b6143e90024a (patch) | |
tree | 3d8be60274c6c3fa45a44ac5ac48e60a029c7542 /include/my_pthread.h | |
parent | c1aa6bd97d83328edc5b7a766f9cbf30e12cea1b (diff) | |
download | mariadb-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.h | 6 |
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) |