mirror of https://github.com/BOINC/boinc.git
- server: compile fix
svn path=/trunk/boinc/; revision=26009
This commit is contained in:
parent
53782b7de4
commit
f09596421c
|
@ -5441,3 +5441,9 @@ David 10 Aug 2012
|
|||
|
||||
lib/
|
||||
*.cpp
|
||||
|
||||
David 10 Aug 2012
|
||||
- server: compile fix
|
||||
|
||||
lib/
|
||||
synch.cpp
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
// interfaces for accessing sempahores
|
||||
|
||||
#ifdef HAVE_SYS_SEM_H
|
||||
#ifndef ANDROID
|
||||
|
||||
#include "config.h"
|
||||
#include <cstdio>
|
||||
|
@ -114,4 +114,4 @@ int get_key(char* path, int id, key_t& key) {
|
|||
return 0;
|
||||
}
|
||||
|
||||
#endif //HAVE_SYS_SEM_H
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue