mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
block: move fcntl_setfl()
It is only used by block/file-posix.c, move it there. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
4d14cb0cd7
commit
ad24b679d2
3 changed files with 15 additions and 17 deletions
|
@ -96,8 +96,6 @@ static inline void qemu_funlockfile(FILE *f)
|
|||
funlockfile(f);
|
||||
}
|
||||
|
||||
int fcntl_setfl(int fd, int flag);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue