mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-03-30 11:11:05 -04:00
cursor/os-compatibility: move resizing into a separate function
Signed-off-by: Jan Beich <jbeich@FreeBSD.org>
This commit is contained in:
parent
3a3dd0820d
commit
230885ebb4
3 changed files with 25 additions and 28 deletions
|
|
@ -31,4 +31,7 @@
|
|||
int
|
||||
os_create_anonymous_file(off_t size);
|
||||
|
||||
int
|
||||
os_resize_anonymous_file(int fd, off_t size);
|
||||
|
||||
#endif /* OS_COMPATIBILITY_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue