Skip to content
Snippets Groups Projects
Commit d54a7024 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

Merge pull request #5957 from jtattermusch/fix_ruby_gem_building

make grpc_pollset_set_create for windows match the header
parents ecedde53 2209d4ec
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
#include "src/core/iomgr/pollset_set_windows.h" #include "src/core/iomgr/pollset_set_windows.h"
grpc_pollset_set* grpc_pollset_set_create(pollset_set) { return NULL; } grpc_pollset_set* grpc_pollset_set_create(void) { return NULL; }
void grpc_pollset_set_destroy(grpc_pollset_set* pollset_set) {} void grpc_pollset_set_destroy(grpc_pollset_set* pollset_set) {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment