You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In linux v0.11 source code, this char is "&" instead of "|".
The operator "|" should be changed to "&" since that sa-> sa_flags is normally not zero, so I guess this use of bit operation is wrong.
File: kernel/signal.c
Line: 50
Column: 22
In linux v0.11 source code, this char is "&" instead of "|".
The operator "|" should be changed to "&" since that sa-> sa_flags is normally not zero, so I guess this use of bit operation is wrong.