]> granicus.if.org Git - strace/commit
Introduce f_owner_ex.h
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 2 May 2018 15:23:46 +0000 (15:23 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 3 May 2018 00:09:53 +0000 (00:09 +0000)
commitf904486a283a6d531de1a0f05cf4f79a95a1d704
tree861237fb9f91a151625af9e873b48f5c69f0f260
parentbcff87c31c0f27c678a43d6b7f67dab363a974fa
Introduce f_owner_ex.h

Some headers define struct f_owner_ex, some struct __kernel_f_owner_ex,
we have to support both variants.

* configure.ac (AC_CHECK_TYPES): Check for "struct f_owner_ex"
and "struct __kernel_f_owner_ex" in <linux/fcntl.h>.
* f_owner_ex.h: New file.
* Makefile.am (strace_SOURCES): Add it.
Makefile.am
configure.ac
f_owner_ex.h [new file with mode: 0644]