summaryrefslogtreecommitdiff
path: root/sysdeps/l4/pt-block.c
diff options
context:
space:
mode:
authorMarcus Brinkmann <marcus@gnu.org>2004-03-18 02:44:20 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-04-06 22:16:47 +0200
commitef01119ea9239c3e91c33dc3b51bb059eb621677 (patch)
treee2d13d56fbd0b59e959efc8b0f6bda8fca63b2ed /sysdeps/l4/pt-block.c
parentcb62fb204d22daea8ec0367c7590f32116276aa7 (diff)
2004-03-17 Marcus Brinkmann <marcus@gnu.org>
* libpthread: New directory, populated with Neal H. Walfields pthread implementation.
Diffstat (limited to 'sysdeps/l4/pt-block.c')
-rw-r--r--sysdeps/l4/pt-block.c4
1 files changed, 2 insertions, 2 deletions
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 <l4/l4.h>
+#include <l4.h>
#include <pt-internal.h>
@@ -25,5 +25,5 @@
void
__pthread_block (struct __pthread *thread)
{
- L4_Receive (L4_anylocalthread);
+ l4_receive (l4_anylocalthread);
}