Commit 75a8cfbf by Stéphane Graber

Also define PR_SET_MM (fixes Android)

parent 69095f58
...@@ -46,6 +46,10 @@ ...@@ -46,6 +46,10 @@
#include "lxclock.h" #include "lxclock.h"
#include "namespace.h" #include "namespace.h"
#ifndef PR_SET_MM
#define PR_SET_MM 35
#endif
#ifndef PR_SET_MM_ARG_START #ifndef PR_SET_MM_ARG_START
#define PR_SET_MM_ARG_START 8 #define PR_SET_MM_ARG_START 8
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment