From ab176a13cdb726a0806fdbcf591f9583b76e6a1f Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Wed, 15 Sep 2004 12:44:17 +0000 Subject: [PATCH] dbNotifyCancel waits for userCallback if active --- documentation/RELEASE_NOTES.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 319f8c505..3708a13e9 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -12,6 +12,11 @@

Changes since 3.14.6

+

dbNotifyCancel

+

dbNotifyCancel now waits if the userCallback is active when dbNotifyCancel +is called. Previously it just returned. NOTE CAREFULLY. This means +that the userCallback must not free the putNotify structure.

+mean that

POSIX signals

Signals are blocked in all but the main thread. Applications/drivers