aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/gpr/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/lib/gpr/README.md')
-rw-r--r--src/core/lib/gpr/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/core/lib/gpr/README.md b/src/core/lib/gpr/README.md
new file mode 100644
index 0000000000..21fb0c796d
--- /dev/null
+++ b/src/core/lib/gpr/README.md
@@ -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.