mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
few small fixes
BitKeeper/etc/ignore: Added mysys/ste5KbMa to the ignore list include/my_semaphore.h: A small fix for BSDi sql/sql_update.cc: Just a proper error message
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user