hint for me how to solve current problem
This commit is contained in:
parent
94038a57ca
commit
adfa522169
@ -438,7 +438,7 @@ int do_wdioctl(int fd, unsigned int request, unsigned char *wdioctl) {
|
|||||||
if (it->dwCounter == 0) {
|
if (it->dwCounter == 0) {
|
||||||
it->dwCounter = 1;
|
it->dwCounter = 1;
|
||||||
} else {
|
} else {
|
||||||
//FIXME: signal
|
//FIXME: signal durch FUTEX, overload futex!
|
||||||
kill(getpid(), SIGHUP);
|
kill(getpid(), SIGHUP);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user