Make createAnonymousFile static

master
Emmanuel Gil Peyrot ago%!(EXTRA string=8 years) committed by linkmauve
parent d6b9d00ceb
commit 2de3605b4c
  1. 2
      src/wl_window.c

@ -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";

Loading…
Cancel
Save