|
From: <ai...@us...> - 2004-01-16 13:54:08
|
Update of /cvsroot/linux-vax/glibc/linuxthreads/sysdeps/vax
In directory sc8-pr-cvs1:/tmp/cvs-serv6852
Modified Files:
pt-machine.h
Log Message:
DA: fix machine
Index: pt-machine.h
===================================================================
RCS file: /cvsroot/linux-vax/glibc/linuxthreads/sysdeps/vax/pt-machine.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pt-machine.h 16 Jan 2004 13:36:09 -0000 1.1
+++ pt-machine.h 16 Jan 2004 13:54:01 -0000 1.2
@@ -25,7 +25,7 @@
/* Spinlock implementation; required. */
-PT_EI int
+PT_EI long int
testandset (int *spinlock)
{
char ret;
|