From ef01119ea9239c3e91c33dc3b51bb059eb621677 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Thu, 18 Mar 2004 02:44:20 +0000 Subject: 2004-03-17 Marcus Brinkmann * libpthread: New directory, populated with Neal H. Walfields pthread implementation. --- sysdeps/l4/pt-block.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysdeps/l4/pt-block.c') diff --git a/sysdeps/l4/pt-block.c b/sysdeps/l4/pt-block.c index 050c694..5992dc1 100644 --- a/sysdeps/l4/pt-block.c +++ b/sysdeps/l4/pt-block.c @@ -17,7 +17,7 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include +#include #include @@ -25,5 +25,5 @@ void __pthread_block (struct __pthread *thread) { - L4_Receive (L4_anylocalthread); + l4_receive (l4_anylocalthread); } -- cgit v1.2.3