Always enable the I/O semantics function in Coffee.

master-31012017
Nicolas Tsiftes 2016-11-25 16:01:59 +01:00
parent 0bb9052840
commit 5281908018
1 changed files with 0 additions and 2 deletions

View File

@ -1309,7 +1309,6 @@ cfs_coffee_configure_log(const char *filename, unsigned log_size,
return 0;
}
/*---------------------------------------------------------------------------*/
#if COFFEE_IO_SEMANTICS
int
cfs_coffee_set_io_semantics(int fd, unsigned flags)
{
@ -1321,7 +1320,6 @@ cfs_coffee_set_io_semantics(int fd, unsigned flags)
return 0;
}
#endif
/*---------------------------------------------------------------------------*/
int
cfs_coffee_format(void)