CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/07/05 04:57:31
Modified files:
lib/libfuse : fuse.c
Log message:
fuse_set_signal_handlers(3) and fuse_remove_signal_handlers(3) should
not replace any existing signal handlers. This makes it possible for
FUSE file systems to install their own signal handlers. Bug reported
by Bill Zissimopoulos.
ok mpi@
