about summary refs log tree commit diff
path: root/src/nm-compat-headers/README.md
blob: 932e689034ef0bed562c19588e2b4d7e03c09cfc (plain)
1
2
3
4
5
6
7
8
9
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.