aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_console.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-02-09 22:32:44 +0000
committerDavid Robillard <d@drobilla.net>2012-02-09 22:32:44 +0000
commit77dba9fa4f67d3b7beae33b86081d4e26d85a985 (patch)
treecc8b0d365b0b278e4863e7ebaaeec1d819b631d7 /src/jalv_console.c
parent25fa846f0c9bb91ad3ec635e5b53a631e04de381 (diff)
downloadjalv-77dba9fa4f67d3b7beae33b86081d4e26d85a985.tar.gz
jalv-77dba9fa4f67d3b7beae33b86081d4e26d85a985.tar.bz2
jalv-77dba9fa4f67d3b7beae33b86081d4e26d85a985.zip
Mac portability fixes.
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3978 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/jalv_console.c')
-rw-r--r--src/jalv_console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jalv_console.c b/src/jalv_console.c
index 04d7c78..80be5cd 100644
--- a/src/jalv_console.c
+++ b/src/jalv_console.c
@@ -84,7 +84,7 @@ jalv_open_ui(Jalv* jalv,
printf("\nPress enter to quit: ");
fflush(stdout);
getc(stdin);
- sem_post(jalv->done);
+ zix_sem_post(jalv->done);
#endif
printf("\n");