mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 18:51:29 +00:00
Removed PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP ifdef, we dont use it anyway and it was failing on FreeBSD gcc49
This commit is contained in:
parent
0f9cfc0615
commit
9c6ab05659
@ -18,9 +18,6 @@
|
|||||||
#ifndef _WINDOWS
|
#ifndef _WINDOWS
|
||||||
#ifndef __UNIX_H__
|
#ifndef __UNIX_H__
|
||||||
#define __UNIX_H__
|
#define __UNIX_H__
|
||||||
#ifndef PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP
|
|
||||||
#define PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP {0, 0, 0, PTHREAD_MUTEX_RECURSIVE_NP, __LOCK_INITIALIZER}
|
|
||||||
#endif
|
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
typedef int SOCKET;
|
typedef int SOCKET;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user