test/interactive-wayland: mark a local function static

Signed-off-by: Ran Benita <ran234@gmail.com>
master
Ran Benita 2017-04-11 20:39:10 +03:00
parent 03f4a03e71
commit 9d94145808
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ create_tmpfile_cloexec(char *tmpname)
* If posix_fallocate() is not supported, program may receive
* SIGBUS on accessing mmap()'ed file contents instead.
*/
int
static int
os_create_anonymous_file(off_t size)
{
static const char template[] = "/weston-shared-XXXXXX";