From 91f42a2d730786fba0675fd39379ac2216b95d08 Mon Sep 17 00:00:00 2001 From: rpj Date: Mon, 22 Nov 2004 08:28:15 +0000 Subject: Copyright update --- pthread_spin_init.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pthread_spin_init.c') diff --git a/pthread_spin_init.c b/pthread_spin_init.c index d197ef7..45e5027 100644 --- a/pthread_spin_init.c +++ b/pthread_spin_init.c @@ -8,7 +8,7 @@ * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom - * Copyright(C) 1999,2003 Pthreads-win32 contributors + * Copyright(C) 1999,2004 Pthreads-win32 contributors * * Contact Email: rpj@callisto.canberra.edu.au * @@ -63,7 +63,7 @@ pthread_spin_init (pthread_spinlock_t * lock, int pshared) * Creating spinlock that can be shared between * processes. */ -#if _POSIX_THREAD_PROCESS_SHARED +#if _POSIX_THREAD_PROCESS_SHARED >= 0 /* * Not implemented yet. -- cgit v1.2.3