diff options
Diffstat (limited to 'sysdeps/l4/pt-block.c')
-rw-r--r-- | sysdeps/l4/pt-block.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/l4/pt-block.c b/sysdeps/l4/pt-block.c index 5992dc14..933cc285 100644 --- a/sysdeps/l4/pt-block.c +++ b/sysdeps/l4/pt-block.c @@ -25,5 +25,5 @@ void __pthread_block (struct __pthread *thread) { - l4_receive (l4_anylocalthread); + L4_Receive (L4_anylocalthread); } |