NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/42434 CVS commit: src/sys/sys



The following reply was made to PR lib/42434; it has been noted by GNATS.

From: Matthias Drochner <drochner%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/42434 CVS commit: src/sys/sys
Date: Wed, 9 Dec 2009 20:26:12 +0000

 Module Name:   src
 Committed By:  drochner
 Date:          Wed Dec  9 20:26:12 UTC 2009
 
 Modified Files:
        src/sys/sys: signal.h
 
 Log Message:
 fix the signature of struct sigevent:sigev_notify_function, noticed by
 BaiYang per PR lib/42434
 the sad truth is that this doesn't help much because SIGEV_THREAD just
 doesn't work (at least on -current, likely on -5, perhaps it worked
 woth scheduler activations)
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.64 -r1.65 src/sys/sys/signal.h
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index