schedule(): schedule a sleeping processes if it has pending signals

This commit is contained in:
Balazs Gerofi
2016-07-27 16:15:37 +09:00
parent 57690479bd
commit c484f766fa
4 changed files with 4 additions and 5 deletions

View File

@ -79,8 +79,6 @@
#define dkprintf(...) do { if (0) kprintf(__VA_ARGS__); } while (0)
#endif
extern struct sigpending *hassigpending(struct thread *thread);
int futex_cmpxchg_enabled;
/**