From: Derrick Brashear Date: Wed, 6 Jun 2007 18:33:50 +0000 (+0000) Subject: STABLE14-lwp-linux-ucontext-20070606 X-Git-Tag: openafs-stable-1_4_5-pre1~104 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=cf8d635016ac05755d880fd5e1c5a5f380872f0f;p=packages%2Fo%2Fopenafs.git STABLE14-lwp-linux-ucontext-20070606 to revert other changes which got pushed down here; make things like the head --- diff --git a/src/config/param.ppc64_linux24.h b/src/config/param.ppc64_linux24.h index 12dda5e03..5222500b6 100644 --- a/src/config/param.ppc64_linux24.h +++ b/src/config/param.ppc64_linux24.h @@ -75,6 +75,12 @@ #endif #endif /* KERNEL */ +#ifdef __GLIBC__ +#if (__GLIBC__ > 2) || (__GLIBC__ == 2 && __GLIBC_MINOR__ > 3) +#define USE_UCONTEXT +#endif +#endif + #endif /* _PARAM_PPC64_LINUX20_H_ */ #else /* !defined(UKERNEL) */ diff --git a/src/config/param.ppc64_linux26.h b/src/config/param.ppc64_linux26.h index 730caf37c..97737ef91 100644 --- a/src/config/param.ppc64_linux26.h +++ b/src/config/param.ppc64_linux26.h @@ -76,6 +76,12 @@ #endif #endif /* KERNEL */ +#ifdef __GLIBC__ +#if (__GLIBC__ > 2) || (__GLIBC__ == 2 && __GLIBC_MINOR__ > 3) +#define USE_UCONTEXT +#endif +#endif + #endif /* _PARAM_PPC64_LINUX20_H_ */ #else /* !defined(UKERNEL) */ diff --git a/src/config/param.ppc_linux24.h b/src/config/param.ppc_linux24.h index dcf062e7f..71da510f3 100644 --- a/src/config/param.ppc_linux24.h +++ b/src/config/param.ppc_linux24.h @@ -72,6 +72,12 @@ #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) */ diff --git a/src/config/param.ppc_linux26.h b/src/config/param.ppc_linux26.h index 37abeacb9..efa4f2acd 100644 --- a/src/config/param.ppc_linux26.h +++ b/src/config/param.ppc_linux26.h @@ -74,6 +74,12 @@ #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) */ diff --git a/src/config/param.sparc64_linux24.h b/src/config/param.sparc64_linux24.h index 0f5e6044e..469ba1842 100644 --- a/src/config/param.sparc64_linux24.h +++ b/src/config/param.sparc64_linux24.h @@ -94,6 +94,12 @@ #endif #endif +#ifdef __GLIBC__ +#if (__GLIBC__ > 2) || (__GLIBC__ == 2 && __GLIBC_MINOR__ > 3) +#define USE_UCONTEXT +#endif +#endif + #endif /* _PARAM_SPARC64_LINUX24_H_ */ #else /* !defined(UKERNEL) */ diff --git a/src/config/param.sparc64_linux26.h b/src/config/param.sparc64_linux26.h index 68bd28a24..438709dca 100644 --- a/src/config/param.sparc64_linux26.h +++ b/src/config/param.sparc64_linux26.h @@ -95,6 +95,12 @@ #endif #endif +#ifdef __GLIBC__ +#if (__GLIBC__ > 2) || (__GLIBC__ == 2 && __GLIBC_MINOR__ > 3) +#define USE_UCONTEXT +#endif +#endif + #endif /* _PARAM_SPARC64_LINUX26_H_ */ #else /* !defined(UKERNEL) */ diff --git a/src/config/param.sparc_linux24.h b/src/config/param.sparc_linux24.h index 3082a524e..d99c56c8d 100644 --- a/src/config/param.sparc_linux24.h +++ b/src/config/param.sparc_linux24.h @@ -98,6 +98,12 @@ #endif #endif +#ifdef __GLIBC__ +#if (__GLIBC__ > 2) || (__GLIBC__ == 2 && __GLIBC_MINOR__ > 3) +#define USE_UCONTEXT +#endif +#endif + #endif /* AFS_PARAM_H */ #else /* !defined(UKERNEL) */