1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

fixes for buildbot.

increase the version.
This commit is contained in:
Sergei Golubchik
2013-04-21 09:38:54 -07:00
parent b44f11c994
commit 88b89aaa82
5 changed files with 29 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
#ifndef _OS_H_INCLUDED
#define _OS_H_INCLUDED
#if defined __FreeBSD__
#if defined(__FreeBSD__) || defined(__APPLE__)
typedef off_t off64_t;
#define lseek64(fd, offset, whence) lseek((fd), (offset), (whence))
#define open64(path, flags, mode) open((path), (flags), (mode))