projects
/
platform
/
upstream
/
libxkbcommon.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03f4a03
)
test/interactive-wayland: mark a local function static
author
Ran Benita
<ran234@gmail.com>
Tue, 11 Apr 2017 17:39:10 +0000
(20:39 +0300)
committer
Ran Benita
<ran234@gmail.com>
Tue, 11 Apr 2017 18:01:41 +0000
(21:01 +0300)
Signed-off-by: Ran Benita <ran234@gmail.com>
test/interactive-wayland.c
patch
|
blob
|
history
diff --git
a/test/interactive-wayland.c
b/test/interactive-wayland.c
index 1b1b0dd765d13de65bdcec2aeabefa7af273ae9c..c28fbb6aedb42d7ed36c3bcb3780fc30f171f5d9 100644
(file)
--- a/
test/interactive-wayland.c
+++ b/
test/interactive-wayland.c
@@
-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";