diff options
Diffstat (limited to 'src/nm-compat-headers')
| -rw-r--r-- | src/nm-compat-headers/README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/nm-compat-headers/README.md b/src/nm-compat-headers/README.md new file mode 100644 index 00000000..932e6890 --- /dev/null +++ b/src/nm-compat-headers/README.md @@ -0,0 +1,10 @@ +nm-compat-headers +================= + +When we build against older system headers, we sometimes +want to use newer features. This directory contains compat +headers that patch the included sources with what we need. + +The goal is similar to linux-headers directory, but the approach +is different. The former completely replaces system headers +while this uses system headers and extends them. |