]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Don't try to use UCONTEXT on hppa/parisc
authorRuss Allbery <rra@debian.org>
Mon, 30 Jun 2008 20:32:18 +0000 (13:32 -0700)
committerRuss Allbery <rra@debian.org>
Mon, 30 Jun 2008 20:32:18 +0000 (13:32 -0700)
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

index e70234abb69b1bab23e09939573073778604d730..ad7506f5e5ea85a45c4d29a979797be7f986b570 100644 (file)
 #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) */