minix/lib/librefuse
Ben Gras c3db1c6939 various symbol referencing fixes
make weak symbol references and namespace renames references
the renamed versions.

function renaming, weak symbol references and libc namespace.h
protection interact in hairy ways and causes weak symbol references
for renamed functions to be unresolved; e.g. vfork should be an
alias for _vfork but _vfork doesn't exist because __vfork14()
exists.

this is a problem for dynamically linked executables as all symbols
have to be resolved, used or not, at link time. it was masked by
clang-compiled base system libraries but is a problem when gcc does
it.
2012-06-28 15:20:53 +02:00
..
fuse.h Import librefuse and libpuffs 2011-11-14 11:53:05 +00:00
fuse_opt.h Import librefuse and libpuffs 2011-11-14 11:53:05 +00:00
Makefile various symbol referencing fixes 2012-06-28 15:20:53 +02:00
refuse.3 Import librefuse and libpuffs 2011-11-14 11:53:05 +00:00
refuse.c Import librefuse and libpuffs 2011-11-14 11:53:05 +00:00
refuse_opt.c Fix many more comiler warnings 2011-11-28 10:07:55 +00:00
shlib_version set major version of shlibs to 0 2012-05-10 16:38:24 +02:00
TODO Import librefuse and libpuffs 2011-11-14 11:53:05 +00:00