Skip to content

Commit eebb7d0

Browse files
committed
Add support for MSG_NOSIGNAL in gRPC platform
This change updates the gRPC patch file to indicate support for MSG_NOSIGNAL in the Asylo platform. PiperOrigin-RevId: 281818011 Change-Id: I72504e0f8742b259d800c048b33317620451ff36
1 parent b03b66d commit eebb7d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

asylo/distrib/grpc_1_25_0.patch

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
diff -Naur -x '*~' -x '*.orig' include/grpc/impl/codegen/port_platform.h include/grpc/impl/codegen/port_platform.h
22
--- include/grpc/impl/codegen/port_platform.h
33
+++ include/grpc/impl/codegen/port_platform.h
4-
@@ -198,6 +198,8 @@
4+
@@ -198,6 +198,9 @@
55
#define GPR_POSIX_TIME 1
66
#define GPR_POSIX_ENV 1
77
#define GPR_ASYLO 1
8+
+#define GRPC_HAVE_MSG_NOSIGNAL 1
89
+#define GRPC_HAVE_UNIX_SOCKET 1
910
+#define GRPC_IF_NAMETOINDEX 0
1011
#define GRPC_POSIX_SOCKET 1

0 commit comments

Comments
 (0)