1
0
Fork 0

Adding upstream version 1.13.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-04-13 11:46:32 +02:00
parent a47f11de04
commit 515eb29eee
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
1001 changed files with 1634 additions and 1045 deletions

View file

@ -14,6 +14,7 @@ mock_conf.set(
mock_ioctl = library(
'mock-ioctl',
['mock.c', 'util.c'],
include_directories: [incdir, internal_incdir],
dependencies: [dl_dep],
c_args: ['-DHAVE_GLIBC_IOCTL=' + (mock_conf.get('HAVE_GLIBC_IOCTL') ? '1' : '0')])