Merge pull request #1982 from nvt/coffee-io-semantics

Always enable the I/O semantics function in Coffee.
This commit is contained in:
Nicolas Tsiftes 2016-12-09 16:09:32 +01:00 committed by GitHub
commit 9bb6286bb2
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)