mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2025-02-15 10:58:09 +00:00
Update documentation
This commit is contained in:
parent
fec03b02a9
commit
c6c575aa49
2
ossig.h
2
ossig.h
@ -38,7 +38,7 @@ extern "C" {
|
||||
|
||||
/// Signal handler for Linux and Unix compatibles
|
||||
/// \tparam S Signal number
|
||||
/// \tparam O Flag indicating exsting handler should be overwriiten
|
||||
/// \tparam O Flag indicating if an existing handler should be overwriiten
|
||||
/// \details SignalHandler() can be used to install a signal handler with the signature
|
||||
/// <tt>void handler_fn(int)</tt>. If <tt>SignalHandlerFn</tt> is not <tt>NULL</tt>, then
|
||||
/// the sigaction is set to the function and the sigaction flags is set to the flags.
|
||||
|
Loading…
x
Reference in New Issue
Block a user