From c6687d4591964cb13df87f55ec4770e778a4a55c Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 21 Sep 2004 01:11:28 +0000 Subject: Continue the pthreads torture. --- include/libc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libc.h') diff --git a/include/libc.h b/include/libc.h index 87b6bfd0..da9f9dc1 100644 --- a/include/libc.h +++ b/include/libc.h @@ -436,6 +436,7 @@ struct Lock #endif }; +extern int _tas(int*); extern void lock(Lock*); extern void unlock(Lock*); extern int canlock(Lock*); -- cgit v1.2.3