Add multiple FreeBSD compat layer
authorDavid Goulet <dgoulet@efficios.com>
Tue, 21 Feb 2012 22:43:53 +0000 (17:43 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Tue, 21 Feb 2012 22:52:21 +0000 (17:52 -0500)
commitd50813007e79158828e8ee6e1b5444950bc90847
treee3268da18081e1bb282afe02ee0d6e6afbc3ea96
parent826a02a292d2bd409be87ea96ba2fccbccee76b1
Add multiple FreeBSD compat layer

Adds clone, posix_fadvise and splice compatibility layer.

This commit ENOSYS those function for now and better implementation
will come in the future.

Signed-off-by: David Goulet <dgoulet@efficios.com>
src/common/compat/clone.h [new file with mode: 0644]
src/common/compat/compat-fcntl.c [new file with mode: 0644]
src/common/compat/mman.h [new file with mode: 0644]
This page took 0.024428 seconds and 4 git commands to generate.