aboutsummaryrefslogtreecommitdiffstats
path: root/src/vppinfra/linux/syscall.h
AgeCommit message (Collapse)AuthorFilesLines
2018-03-06glibc 2.27 fixMarco Varlese1-0/+2
With glibc 2.27 the memfd_create has been added to the devel libraries. That's causing the internally defined static function to clash with the system wide one. This patch addresses that issue on systems with latest glibc libraries. Change-Id: I788bf49b23d5b5f1cb1c0374e243d8a429178a71 Signed-off-by: Marco Varlese <marco.varlese@suse.com>
2017-09-15vppinfra: add clib_mem_vm_ext_alloc functionDamjan Marion1-0/+56
Change-Id: Iff33694fc42cc3bcc73cf1372339053a6365039c Signed-off-by: Damjan Marion <damarion@cisco.com>