mirror of
https://github.com/libfuse/libfuse.git
synced 2024-11-24 04:34:13 +08:00
1f842c996e
FreeBSD doesn't allow creating sockets using mknod(2). Instead, one has to use socket(2) and bind(2). Add appropriate logic to the examples and add a test case. |
||
---|---|---|
.. | ||
.gitignore | ||
conftest.py | ||
lsan_suppress.txt | ||
meson.build | ||
pytest.ini | ||
stracedecode.c | ||
test_ctests.py | ||
test_examples.py | ||
test_setattr.c | ||
test_syscalls.c | ||
test_write_cache.c | ||
travis-build.sh | ||
travis-install.sh | ||
util.py | ||
wrong_command.c |