Clarify what signal-safe means
authorPeter Hutterer <peter.hutterer@who-t.net>
Thu, 10 Apr 2014 01:00:24 +0000 (11:00 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Thu, 10 Apr 2014 01:00:56 +0000 (11:00 +1000)
Just in case...

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
libevdev/libevdev.h

index d79b19118be00eb18b6fd5f40244e954bded10b0..9ec1cb8115a923a8ead2b1089ed9229afc073e80 100644 (file)
@@ -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
  * ===============