]> code.delx.au - pulseaudio/blobdiff - src/pulsecore/mutex-win32.c
fix two alignment issues found by the debian buildd gcc on sparc
[pulseaudio] / src / pulsecore / mutex-win32.c
index 124b17c611355b23c18f7da0e4673872da8f742d..77d63d15904311457fd8fd9bbcc130e3d80982fa 100644 (file)
@@ -3,6 +3,8 @@
 /***
   This file is part of PulseAudio.
 
+  Copyright 2006 Pierre Ossman <ossman@cendio.se> for Cendio AB
+
   PulseAudio is free software; you can redistribute it and/or modify
   it under the terms of the GNU Lesser General Public License as published
   by the Free Software Foundation; either version 2 of the License,
@@ -38,7 +40,7 @@ struct pa_cond {
     pa_hashmap *wait_events;
 };
 
-pa_mutex* pa_mutex_new(int recursive) {
+pa_mutex* pa_mutex_new(pa_bool_t recursive, pa_bool_t inherit_priority) {
     pa_mutex *m;
 
     m = pa_xnew(pa_mutex, 1);