VOID001 / neu-os

Based on linux0.11, break it down, then reassemble (For NEU Lab use)
163 stars 65 forks source link

kernel/signal.c Line 50 #9

Open yhshu opened 7 years ago

yhshu commented 7 years ago

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.