forked from cory/tildefriends
Playing with pahole.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4756 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
@ -33,8 +33,8 @@ typedef struct file_stat_t {
|
||||
|
||||
typedef struct fs_req_t {
|
||||
uv_fs_t fs;
|
||||
uv_file file;
|
||||
size_t size;
|
||||
uv_file file;
|
||||
char buffer[];
|
||||
} fs_req_t;
|
||||
|
||||
|
Reference in New Issue
Block a user