소스 검색

Empty implementation of grpc_use_signal since not actually needed anymore

Vijay Pai 7 년 전
부모
커밋
18e8a30a51
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/core/lib/iomgr/ev_posix.cc

+ 2 - 0
src/core/lib/iomgr/ev_posix.cc

@@ -395,4 +395,6 @@ void grpc_pollset_set_del_fd(grpc_pollset_set* pollset_set, grpc_fd* fd) {
   g_event_engine->pollset_set_del_fd(pollset_set, fd);
 }
 
+void grpc_use_signal(int signum) {}
+
 #endif  // GRPC_POSIX_SOCKET_EV