Skip to content

Commit

Permalink
Merge branch 'mr/fix-clang-warning-in-mmap-test' into 'master'
Browse files Browse the repository at this point in the history
Fix Clang warning about undeclared function in mmap test

See merge request eng/toolchain/gnatcoll-core!123
  • Loading branch information
sebastianpoeplau committed Jul 17, 2024
2 parents 8e2282b + b440db6 commit 9b49524
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testsuite/tests/mmap/c_support.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include <stdio.h>
#include <unistd.h>
#include <sys/stat.h>
#include <fcntl.h>

/* We don't use standard lseek implementation on Windows otherwise
* creating very large file will be inefficient as mingw lseek will
Expand Down

0 comments on commit 9b49524

Please sign in to comment.