commit | 1ab243bac186fcebcbe8b73f2f5d87f7a33e3e86 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Tue Dec 19 02:12:45 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Dec 19 02:12:45 2000 +0000 |
tree | 31f188c284b788546bb3d498a165c0486f98cc30 | |
parent | d88dbb4a108b9bd9204ba2edf9d9faf7a5af6091 [diff] [blame] |
Merged the get_read_fd and get_write_fd requests.
diff --git a/server/mutex.c b/server/mutex.c index 82b76c2..1adf373 100644 --- a/server/mutex.c +++ b/server/mutex.c
@@ -39,8 +39,7 @@ mutex_satisfied, /* satisfied */ NULL, /* get_poll_events */ NULL, /* poll_event */ - no_read_fd, /* get_read_fd */ - no_write_fd, /* get_write_fd */ + no_get_fd, /* get_fd */ no_flush, /* flush */ no_get_file_info, /* get_file_info */ mutex_destroy /* destroy */