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>
Wed, 22 Feb 2012 22:25:30 +0000 (17:25 -0500)
commit3fa913274cd98e148113a27747ae755a15b3fc5b
tree54bcffe10312bb2f806586098901dd2ef790b5ef
parentdbb5dfe6aa88caee1c2b40ad28716283927662f3
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.024753 seconds and 4 git commands to generate.