mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2026-05-09 04:48:03 +02: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
|
* Signal safety
|
||||||
* =============
|
* =============
|
||||||
*
|
*
|
||||||
* libevdev is signal-safe for the majority of its operations. Check the API
|
* libevdev is signal-safe for the majority of its operations, i.e. many of
|
||||||
* documentation to make sure, unless explicitly stated a call is <b>not</b>
|
* its functions are safe to be called from within a signal handler.
|
||||||
* signal safe.
|
* Check the API documentation to make sure, unless explicitly stated a call
|
||||||
|
* is <b>not</b> signal safe.
|
||||||
*
|
*
|
||||||
* Device handling
|
* Device handling
|
||||||
* ===============
|
* ===============
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue