1
0
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:
Joakim Gebart 2015-07-04 10:06:16 +02:00 committed by Joakim Nohlgård
parent b3c16b3abc
commit 0cfe6d15dc

View File

@ -206,7 +206,7 @@ void pthread_exit(void *retval)
}
}
dINT();
disableIRQ();
if (self->stack) {
msg_t m;
m.content.ptr = self->stack;