vcl: Handle newer Glibc (>2.28) where fcntl is actually fcntl64 88/23388/4
authorCarl Smith <carl.smith@alliedtelesis.co.nz>
Wed, 13 Nov 2019 01:37:39 +0000 (14:37 +1300)
committerFlorin Coras <florin.coras@gmail.com>
Thu, 14 Nov 2019 00:34:37 +0000 (00:34 +0000)
Glibc 2.28 now provides fcntl64 which is used instead of fcntl
by defining fcntl as fcntl64 in fcntl.h

Type: fix

Change-Id: I87fedfbf3e0d241aafdc920e90f824d71353e0e6
Signed-off-by: Carl Smith <carl.smith@alliedtelesis.co.nz>

No differences found