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 @@
extern "C" {
#endif
DLLEXPORT int xp_lockfile(int fd, off_t pos, off_t len, bool block);
#if !defined(__BORLANDC__) && !defined(__WATCOMC__)
DLLEXPORT int xp_lockfile(int fd, off_t pos, off_t len, bool block);
DLLEXPORT int lock(int fd, off_t pos, off_t len);
DLLEXPORT int unlock(int fd, off_t pos, off_t len);
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment