From 779654839a5fbcb3618493be71ff9191e0a0af88 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 10 Apr 2014 11:00:24 +1000 Subject: [PATCH] Clarify what signal-safe means Just in case... Signed-off-by: Peter Hutterer --- libevdev/libevdev.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libevdev/libevdev.h b/libevdev/libevdev.h index d79b191..9ec1cb8 100644 --- a/libevdev/libevdev.h +++ b/libevdev/libevdev.h @@ -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 not - * 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 not signal safe. * * Device handling * ===============