mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 06:23:53 +01:00
sys/posix/pthread: Replace dINT by disableIRQ
This commit is contained in:
parent
b3c16b3abc
commit
0cfe6d15dc
@ -206,7 +206,7 @@ void pthread_exit(void *retval)
|
||||
}
|
||||
}
|
||||
|
||||
dINT();
|
||||
disableIRQ();
|
||||
if (self->stack) {
|
||||
msg_t m;
|
||||
m.content.ptr = self->stack;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user