mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
cursor/os-compatibility: fix trailing space
Signed-off-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
parent
0297c2c47a
commit
f710d01663
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ int
|
||||||
os_resize_anonymous_file(int fd, off_t size)
|
os_resize_anonymous_file(int fd, off_t size)
|
||||||
{
|
{
|
||||||
#ifdef HAVE_POSIX_FALLOCATE
|
#ifdef HAVE_POSIX_FALLOCATE
|
||||||
/*
|
/*
|
||||||
* Filesystems that do support fallocate will return EINVAL or
|
* Filesystems that do support fallocate will return EINVAL or
|
||||||
* EOPNOTSUPP. In this case we need to fall back to ftruncate
|
* EOPNOTSUPP. In this case we need to fall back to ftruncate
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue