summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/i386/makecontext-helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/i386/makecontext-helper.c')
-rw-r--r--sysdeps/mach/hurd/i386/makecontext-helper.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/i386/makecontext-helper.c b/sysdeps/mach/hurd/i386/makecontext-helper.c
index 6db3b7e018..e604488264 100644
--- a/sysdeps/mach/hurd/i386/makecontext-helper.c
+++ b/sysdeps/mach/hurd/i386/makecontext-helper.c
@@ -22,6 +22,7 @@
#include <string.h>
#include <ucontext.h>
+#if 0
void
__makecontext_helper (ucontext_t *ucp)
@@ -67,3 +68,4 @@ __makecontext_helper (ucontext_t *ucp)
ucp->uc_stack.ss_size -= t_size;
}
}
+#endif