summaryrefslogtreecommitdiff
path: root/proc.c
diff options
context:
space:
mode:
Diffstat (limited to 'proc.c')
-rw-r--r--proc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/proc.c b/proc.c
index 1bafa5e..a6008f9 100644
--- a/proc.c
+++ b/proc.c
@@ -30,6 +30,7 @@
#include "defs.h"
#ifdef SVR4
+#ifndef SVR4_MP
static struct xlat proc_status_flags[] = {
{ PR_STOPPED, "PR_STOPPED" },
@@ -182,5 +183,6 @@ int code, arg;
}
}
+#endif /* SVR4_MP */
#endif /* SVR4 */