[xiph-cvs] cvs commit: ogg/src mutex.h
Monty
xiphmont at xiph.org
Tue Jan 21 02:23:08 PST 2003
xiphmont 03/01/21 05:23:08
Modified: src Tag: libogg2-zerocopy mutex.h
Log:
mutex.h fix for non-thread builds
Revision Changes Path
No revision
<p>No revision
<p>1.1.2.3 +2 -2 ogg/src/Attic/mutex.h
Index: mutex.h
===================================================================
RCS file: /usr/local/cvsroot/ogg/src/Attic/mutex.h,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -r1.1.2.2 -r1.1.2.3
--- mutex.h 21 Jan 2003 08:18:34 -0000 1.1.2.2
+++ mutex.h 21 Jan 2003 10:23:08 -0000 1.1.2.3
@@ -11,7 +11,7 @@
********************************************************************
function: #ifdef jail for basic thread mutexing
- last mod: $Id: mutex.h,v 1.1.2.2 2003/01/21 08:18:34 xiphmont Exp $
+ last mod: $Id: mutex.h,v 1.1.2.3 2003/01/21 10:23:08 xiphmont Exp $
********************************************************************/
@@ -36,7 +36,7 @@
#elif USE_NO_THREADS
typedef int ogg_mutex_t;
-static void noop(void){return};
+static void noop(void){return;}
#define ogg_mutex_init(m) (noop())
#define ogg_mutex_clear(m) (noop())
#define ogg_mutex_lock(m) (noop())
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list