mirror of
https://github.com/isar/libmdbx.git
synced 2025-08-20 07:49:27 +08:00
mdbx: portability - rename lck-posix.c to lck-linux.c
Change-Id: I0ecee2b1a5d8e664eb795e5f5df2fa2d3cb73c83
This commit is contained in:
@@ -12,6 +12,12 @@
|
||||
* <http://www.OpenLDAP.org/license.html>.
|
||||
*/
|
||||
|
||||
#if !(defined(__linux__) || defined(__gnu_linux__))
|
||||
#error "This implementation of locking only supports Linux,\
|
||||
where is no interaction between the types of lock placed\
|
||||
by flock() and fcntl()."
|
||||
#endif
|
||||
|
||||
#include "./bits.h"
|
||||
|
||||
/* Some platforms define the EOWNERDEAD error code
|
Reference in New Issue
Block a user