1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-03-02 21:11:05 +01:00

Add fixme note regarding pth_kill

This commit is contained in:
Werner Koch 2011-04-29 16:44:28 +02:00
parent c36deeea8b
commit f8285f9b00

View File

@ -1084,6 +1084,7 @@ main (int argc, char **argv )
right now and thus we restore it. That is not strictly
necessary but some programs falsely assume a cleared
signal mask. */
#warning need to do something about pth_kill - see bug#1320
if ( !pth_kill () )
log_error ("pth_kill failed in forked process\n");