From 86269052eb7be715eba274dffc30c77c11b8309c Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Mon, 19 Feb 2018 14:26:40 +1300 Subject: Explicitly export EFL symbols --- util/os-compatibility.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'util/os-compatibility.c') diff --git a/util/os-compatibility.c b/util/os-compatibility.c index bd3067d2..0e95fdee 100644 --- a/util/os-compatibility.c +++ b/util/os-compatibility.c @@ -31,6 +31,7 @@ #include #include #include +#include "util/defs.h" #include "util/os-compatibility.h" int os_fd_set_cloexec(int fd) { @@ -97,6 +98,11 @@ int create_tmpfile_cloexec(char *tmpname) * If posix_fallocate() is not supported, program may receive * SIGBUS on accessing mmap()'ed file contents instead. */ +/* + * XXX: This is not part of our public headers, but one of the examples uses it. + * We really should not export this. + */ +WLR_API int os_create_anonymous_file(off_t size) { static const char template[] = "/wlroots-shared-XXXXXX"; const char *path; -- cgit v1.2.3