From 6cde58b78d6d7461ff13091d1b12f42fa2e7b7d7 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Mon, 30 Jun 2008 13:32:18 -0700 Subject: [PATCH] Don't try to use UCONTEXT on hppa/parisc glibc doesn't implement the ucontext functions on hppa/parisc, so don't try to use them. This probably means that OpenAFS user space is broken on hppa right now. That's not a surprise, given that we don't have a 2.6 kernel param file either. --- src/config/param.parisc_linux24.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/config/param.parisc_linux24.h b/src/config/param.parisc_linux24.h index e70234abb..ad7506f5e 100644 --- a/src/config/param.parisc_linux24.h +++ b/src/config/param.parisc_linux24.h @@ -70,11 +70,6 @@ #endif #endif /* KERNEL */ -#ifdef __GLIBC__ -#if (__GLIBC__ > 2) || (__GLIBC__ == 2 && __GLIBC_MINOR__ > 3) -#define USE_UCONTEXT -#endif -#endif #endif /* AFS_PARAM_H */ #else /* !defined(UKERNEL) */ -- 2.39.5