X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/bb8a255634719c63cfae1ee4d0fb12f056efa71b..39a12997e2d7705a2760a1198932f23f4e590aab:/sbr/lock_file.c diff --git a/sbr/lock_file.c b/sbr/lock_file.c index 8b0a1215..19cad331 100644 --- a/sbr/lock_file.c +++ b/sbr/lock_file.c @@ -90,7 +90,7 @@ static int lkopen_lockf (const char *, int, mode_t, int *); static int lkopen_flock (const char *, int, mode_t, int *); #endif /* HAVE_FLOCK */ -static enum locktype init_locktype(const char *); +static enum locktype init_locktype(const char *) PURE; static int lkopen_dot (const char *, int, mode_t, int *); static void lkclose_dot (int, const char *);