Merge pull request #1982 from nvt/coffee-io-semantics
Always enable the I/O semantics function in Coffee.
This commit is contained in:
commit
9bb6286bb2
1 changed files with 0 additions and 2 deletions
|
@ -1309,7 +1309,6 @@ cfs_coffee_configure_log(const char *filename, unsigned log_size,
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
/*---------------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------------*/
|
||||||
#if COFFEE_IO_SEMANTICS
|
|
||||||
int
|
int
|
||||||
cfs_coffee_set_io_semantics(int fd, unsigned flags)
|
cfs_coffee_set_io_semantics(int fd, unsigned flags)
|
||||||
{
|
{
|
||||||
|
@ -1321,7 +1320,6 @@ cfs_coffee_set_io_semantics(int fd, unsigned flags)
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
/*---------------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------------*/
|
||||||
int
|
int
|
||||||
cfs_coffee_format(void)
|
cfs_coffee_format(void)
|
||||||
|
|
Loading…
Add table
Reference in a new issue