mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2026-02-08 10:20:29 +01:00
Clarify what signal-safe means
Just in case... Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
d55056c468
commit
779654839a
1 changed files with 4 additions and 3 deletions
|
|
@ -58,9 +58,10 @@ extern "C" {
|
|||
* Signal safety
|
||||
* =============
|
||||
*
|
||||
* libevdev is signal-safe for the majority of its operations. Check the API
|
||||
* documentation to make sure, unless explicitly stated a call is <b>not</b>
|
||||
* signal safe.
|
||||
* libevdev is signal-safe for the majority of its operations, i.e. many of
|
||||
* its functions are safe to be called from within a signal handler.
|
||||
* Check the API documentation to make sure, unless explicitly stated a call
|
||||
* is <b>not</b> signal safe.
|
||||
*
|
||||
* Device handling
|
||||
* ===============
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue