Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146153592
D1128.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
395 B
Referenced Files
None
Subscribers
None
D1128.id.diff
View Options
Index: head/sys/compat/linux/linux_fork.c
===================================================================
--- head/sys/compat/linux/linux_fork.c
+++ head/sys/compat/linux/linux_fork.c
@@ -328,7 +328,6 @@
PROC_LOCK(p);
p->p_flag |= P_HADTHREADS;
- newtd->td_sigmask = td->td_sigmask;
bcopy(p->p_comm, newtd->td_name, sizeof(newtd->td_name));
if (args->flags & LINUX_CLONE_PARENT)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 1, 7:00 AM (16 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29102643
Default Alt Text
D1128.id.diff (395 B)
Attached To
Mode
D1128: td_sigmask of a newly created thread copied from td. Remove excess initialization of td_sigmask.
Attached
Detach File
Event Timeline
Log In to Comment