Define MAP_STACK to 0 if not defined by the architecture
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 30 Jan 2012 13:05:21 +0000 (08:05 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 30 Jan 2012 13:05:21 +0000 (08:05 -0500)
This is just a hint anyway, currently no-op.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
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.025659 seconds and 4 git commands to generate.