1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Use C-style comments in common header files and C code.

This commit is contained in:
tim@cane.mysql.fi
2001-01-16 22:35:27 +02:00
parent 65a61dc4a3
commit c40f815e1b
7 changed files with 31 additions and 31 deletions

View File

@ -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)