Built motion from commit 6a09e18b.|2.6.11
[motion2.git] / legacy-libs / grpc / deps / grpc / src / core / lib / gpr / README.md
diff --git a/legacy-libs/grpc/deps/grpc/src/core/lib/gpr/README.md b/legacy-libs/grpc/deps/grpc/src/core/lib/gpr/README.md
new file mode 100644 (file)
index 0000000..21fb0c7
--- /dev/null
@@ -0,0 +1,8 @@
+# GPR - Google Portable Runtime for C
+
+The files in this directory contain basic utility code and platform
+abstractions for C code.  None of this code is gRPC-specific; anything
+here may also be useful for other open source projects written in C.
+
+Note that this is one of the few places in src/core where we allow
+the use of portability macros.