Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-11-14 | vcl: Handle newer Glibc (>2.28) where fcntl is actually fcntl64 | Carl Smith | 1 | -0/+9 | |
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> | |||||
2019-03-18 | Fix build with newer linux headers | Damjan Marion | 1 | -0/+36 | |
Change-Id: Ibfdcec60567ec357205fa137257f2d8cba44b01c Signed-off-by: Damjan Marion <damarion@cisco.com> |