fileinfo: More VS compat

Signed-off-by: Anatol Belski <ab@php.net>
This commit is contained in:
Anatol Belski 2021-04-05 21:23:04 +02:00
parent 61f4525c2b
commit f60dc3bd34

View File

@ -779,6 +779,7 @@ file_print_guid(char *str, size_t len, const uint64_t *guid)
g->data4[6], g->data4[7]);
}
#if 0
protected int
file_pipe_closexec(int *fds)
{
@ -797,6 +798,7 @@ protected int
file_clear_closexec(int fd) {
return fcntl(fd, F_SETFD, 0);
}
#endif
protected char *
file_strtrim(char *str)