CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/12/15 09:40:33
Modified files:
lib/libfuse : Makefile fuse.c fuse_opt.c fuse_private.h
shlib_version
Added files:
lib/libfuse : Symbols.map
Log message:
Export only symbols to what's declared in fuse.h/fuse_opt.h
While here, use guenther's magic recipe to avoid the PLT when calling
exported symbols from within the library.
ok kettenis@ for v1, ok guenther@ helg@
