ifdef -> if
This commit is contained in:
parent
39ea9405bb
commit
c77cb63df1
|
@ -176,7 +176,7 @@ struct file_desc {
|
||||||
cfs_offset_t offset;
|
cfs_offset_t offset;
|
||||||
struct file *file;
|
struct file *file;
|
||||||
uint8_t flags;
|
uint8_t flags;
|
||||||
#ifdef COFFEE_IO_SEMANTICS
|
#if COFFEE_IO_SEMANTICS
|
||||||
uint8_t io_flags;
|
uint8_t io_flags;
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
@ -1321,7 +1321,7 @@ cfs_coffee_configure_log(const char *filename, unsigned log_size,
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
/*---------------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------------*/
|
||||||
#ifdef COFFEE_IO_SEMANTICS
|
#if COFFEE_IO_SEMANTICS
|
||||||
int
|
int
|
||||||
cfs_coffee_set_io_semantics(int fd, unsigned flags)
|
cfs_coffee_set_io_semantics(int fd, unsigned flags)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue