Files
qrtr/lib
Ben Chan 539c83dc5b libqrtr: define AF_QIPCRTR if it isn't defined in libc header
Definition of AF_QIPCRTR was introduced in glibc in the following
commit and is only available since glibc 2.25 or later.

https://sourceware.org/git/?p=glibc.git;a=commit;h=acaff9b658720e4c887f4e44e6f28962d6f372d3

This patch modifies libqrtr.h to define AF_QIPCRTR if it isn't defined
in libc header, which allows compilation of libqrtr on a system with an
older version of glibc. The compiled libqrtr can still be used on a
system with kernel 4.7 or later with the QIPCRTR support.

Signed-off-by: Ben Chan <benchan@chromium.org>
2018-03-29 08:48:55 -07:00
..
2018-02-01 02:06:57 +00:00
2018-02-01 02:06:57 +00:00