5 Feb
2025
5 Feb
'25
4:48 p.m.
Rémi Bernon (@rbernon) commented about server/inproc_sync.c:
static void linux_obj_dump( struct object *obj, int verbose ); static void linux_obj_destroy( struct object *obj ); +static struct fd *linux_obj_get_fd( struct object *obj );
-static const struct object_ops inproc_sync_ops = +static const struct object_ops linux_obj_ops =
What about naming it that way right when it is introduced? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7226#note_93735