diff options
| author | kleink <kleink@NetBSD.org> | 2003-07-29 15:18:49 +0000 |
|---|---|---|
| committer | kleink <kleink@NetBSD.org> | 2003-07-29 15:18:49 +0000 |
| commit | 7d3a44f7056fe86a0cd0ee51114e088e49e15336 (patch) | |
| tree | 9fcf16bfbd7c470f15adb1afc81d5d93541def0f /lib/libpthread | |
| parent | 0179239c998d7ec663333e36d6658cb4b72536e9 (diff) | |
Remove PT_SLEEPUC, which somehow wasn't.
Diffstat (limited to 'lib/libpthread')
| -rw-r--r-- | lib/libpthread/arch/sparc/genassym.cf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libpthread/arch/sparc/genassym.cf b/lib/libpthread/arch/sparc/genassym.cf index a10e43baeef..3467bcd0b4e 100644 --- a/lib/libpthread/arch/sparc/genassym.cf +++ b/lib/libpthread/arch/sparc/genassym.cf @@ -1,4 +1,4 @@ -# $NetBSD: genassym.cf,v 1.5 2003/07/17 20:55:30 nathanw Exp $ +# $NetBSD: genassym.cf,v 1.6 2003/07/29 15:18:49 kleink Exp $ include <ucontext.h> @@ -15,7 +15,6 @@ define PT_NEXT offsetof(struct __pthread_st, pt_next) define PT_STATE offsetof(struct __pthread_st, pt_state) define PT_SWITCHTO offsetof(struct __pthread_st, pt_switchto) define PT_SWITCHTOUC offsetof(struct __pthread_st, pt_switchtouc) -define PT_SLEEPUC offsetof(struct __pthread_st, pt_sleepuc) define PT_SPINLOCKS offsetof(struct __pthread_st, pt_spinlocks) define PT_HELDLOCK offsetof(struct __pthread_st, pt_heldlock) define PT_UC offsetof(struct __pthread_st, pt_uc) |
