diff --git a/src/locking.c b/src/locking.c index 4b7bd4a26..86e65df87 100644 --- a/src/locking.c +++ b/src/locking.c @@ -55,6 +55,8 @@ int lock_file (MAYBE_UNUSED FILE *fp) int unlock_file (MAYBE_UNUSED FILE *fp) { // we should put windows specific code here + + return 0; } #endif // F_SETLKW