Frank Binns 77d06f7b8b shared: fix unused variable warning
Fix the following build warning by moving the 'seals' declaration inside the
HAVE_MEMFD_CREATE guard:

  ../shared/os-compatibility.c: In function ‘os_ro_anonymous_file_get_fd’:
  ../shared/os-compatibility.c:341:6: warning: unused variable ‘seals’ [-Wunused-variable]
    int seals, fd;
        ^

Signed-off-by: Frank Binns <frank.binns@imgtec.com>
2020-06-24 11:11:31 +01:00
..
2018-02-09 17:01:09 +00:00
2018-02-09 17:01:09 +00:00
2019-04-18 12:31:46 +03:00
2016-07-26 16:26:08 -07:00
2019-04-18 12:31:46 +03:00