Page MenuHomeFreeBSD

D25499.diff
No OneTemporary

D25499.diff

Index: head/sys/compat/linux/linux_signal.c
===================================================================
--- head/sys/compat/linux/linux_signal.c
+++ head/sys/compat/linux/linux_signal.c
@@ -102,6 +102,10 @@
flags &= ~LINUX_SA_RESTART;
bsa->sa_flags |= SA_RESTART;
}
+ if (lsa->lsa_flags & LINUX_SA_INTERRUPT) {
+ flags &= ~LINUX_SA_INTERRUPT;
+ /* Documented to be a "historical no-op". */
+ }
if (lsa->lsa_flags & LINUX_SA_ONESHOT) {
flags &= ~LINUX_SA_ONESHOT;
bsa->sa_flags |= SA_RESETHAND;

File Metadata

Mime Type
text/plain
Expires
Mon, Apr 6, 1:42 PM (16 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30961043
Default Alt Text
D25499.diff (520 B)

Event Timeline