X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fsigaction.c;h=659c4ec531e341b533ba59a10dd69ea6d6704441;hb=0874a5828bbb4784e9c9d54243b3c978e8e54ece;hp=34793a5cbed621788ee9958eda5f48a14e31de85;hpb=1b612639b0d75ca13f87f3ae5b1eda423cb21655;p=gnulib.git diff --git a/lib/sigaction.c b/lib/sigaction.c index 34793a5cb..659c4ec53 100644 --- a/lib/sigaction.c +++ b/lib/sigaction.c @@ -24,7 +24,7 @@ #include #include -/* This implementation of sigaction is tailored to Woe32 behavior: +/* This implementation of sigaction is tailored to native Windows behavior: signal() has SysV semantics (ie. the handler is uninstalled before it is invoked). This is an inherent data race if an asynchronous signal is sent twice in a row before we can reinstall our handler,