From: Derrick Brashear Date: Wed, 6 Jun 2007 18:33:28 +0000 (+0000) Subject: DEVEL15-lwp-linux-ucontext-20070606 X-Git-Tag: openafs-devel-1_5_21~81 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=2bd31757263191ad16953065e9b369ea1d78437f;p=packages%2Fo%2Fopenafs.git DEVEL15-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 5a4fa7f46..bae7a8857 100644 --- a/src/config/param.ppc64_linux26.h +++ b/src/config/param.ppc64_linux26.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.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 317075168..136a3cb02 100644 --- a/src/config/param.ppc_linux26.h +++ b/src/config/param.ppc_linux26.h @@ -73,6 +73,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 2148103fe..175b47f40 100644 --- a/src/config/param.sparc64_linux26.h +++ b/src/config/param.sparc64_linux26.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_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) */