Skip to content
Snippets Groups Projects
Commit fa4a5795 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Resolve Borland build warning: missing xp_lockfile() prototype

parent fc17319e
No related branches found
No related tags found
No related merge requests found
Pipeline #7339 passed
...@@ -155,8 +155,8 @@ ...@@ -155,8 +155,8 @@
extern "C" { extern "C" {
#endif #endif
#if !defined(__BORLANDC__) && !defined(__WATCOMC__)
DLLEXPORT int xp_lockfile(int fd, off_t pos, off_t len, bool block); DLLEXPORT int xp_lockfile(int fd, off_t pos, off_t len, bool block);
#if !defined(__BORLANDC__) && !defined(__WATCOMC__)
DLLEXPORT int lock(int fd, off_t pos, off_t len); DLLEXPORT int lock(int fd, off_t pos, off_t len);
DLLEXPORT int unlock(int fd, off_t pos, off_t len); DLLEXPORT int unlock(int fd, off_t pos, off_t len);
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment