Define MAP_STACK to 0 if not defined by the architecture
[lttng-tools.git] / src / common / runas.c
index 497a96ad8028996e14939c0f2f1d0676db2bea75..07912a7d68bf7ce97cf7ba765194fd66e28334c8 100644 (file)
 
 #define RUNAS_CHILD_STACK_SIZE 10485760
 
+#ifndef MAP_STACK
+#define MAP_STACK              0
+#endif
+
 struct run_as_data {
        int (*cmd)(void *data);
        void *data;
This page took 0.022869 seconds and 4 git commands to generate.