vxKernel/kernel/src/modules/fs/fugue/close.c

8 lines
88 B
C

#include <vhex/fs/fugue.h>
int fugue_close(void *data)
{
(void)data;
return -1;
}