Added a missing struct definition.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2519 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
f0272f00b0
commit
ffa7234e82
@ -13,6 +13,8 @@
|
||||
//#include <list.h>
|
||||
|
||||
|
||||
struct select_sync;
|
||||
|
||||
struct fd_ops {
|
||||
ssize_t (*fd_read) (struct file_descriptor *, off_t pos, void *buffer, size_t *length);
|
||||
ssize_t (*fd_write)(struct file_descriptor *, off_t pos, const void *buffer, size_t *length);
|
||||
|
Loading…
Reference in New Issue
Block a user