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
The fallback method of setting a watchdog timer is to use alarm(). Prior to this commit, the code presumed that if it wasn't one of the other possibilities, it must be this one. This is a valid assumption currently, but future commits will change that. Prepare for them with this commit.
0 commit comments