1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

few small fixes

This commit is contained in:
Sinisa@sinisa.nasamreza.org
2002-08-01 15:19:06 +03:00
parent 095ae499c0
commit da8d3d0c06
3 changed files with 4 additions and 3 deletions

View File

@ -32,11 +32,11 @@
#define _my_semaphore_h_
C_MODE_START
#ifdef HAVE_SEMAPHORE_H
#include <semaphore.h>
#elif defined(__bsdi__)
#include <sys/errno.h>
#else
#ifdef __WIN__
typedef HANDLE sem_t;
#else