Make createAnonymousFile static

This commit is contained in:
Emmanuel Gil Peyrot 2017-12-19 17:24:46 +01:00 committed by linkmauve
parent d6b9d00ceb
commit 2de3605b4c
1 changed files with 1 additions and 1 deletions

View File

@ -516,7 +516,7 @@ handleEvents(int timeout)
* is set to ENOSPC. If posix_fallocate() is not supported, program may
* receive SIGBUS on accessing mmap()'ed file contents instead.
*/
int
static int
createAnonymousFile(off_t size)
{
static const char template[] = "/glfw-shared-XXXXXX";