aboutsummaryrefslogtreecommitdiff
path: root/profile.c
diff options
context:
space:
mode:
Diffstat (limited to 'profile.c')
-rw-r--r--profile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/profile.c b/profile.c
index c447f08..7bccfc4 100644
--- a/profile.c
+++ b/profile.c
@@ -141,7 +141,7 @@ int main(int argc, char **argv)
printf("voluntary context switches: %ld\n", usage.ru_nvcsw);
printf("involuntary context switches: %ld\n", usage.ru_nivcsw);
-#ifdef _ALLOW_UNMANTAINED
+#ifdef _ENABLE_UNMANTAINED
printf("integral shared memory size: %ld\n", usage.ru_ixrss);
printf("integral unshared data size: %ld\n", usage.ru_idrss);
printf("integral unshared stack size: %ld\n", usage.ru_isrss);