summaryrefslogtreecommitdiff
path: root/lib/libpthread
diff options
context:
space:
mode:
authorskrll <skrll@NetBSD.org>2004-12-01 14:27:01 +0000
committerskrll <skrll@NetBSD.org>2004-12-01 14:27:01 +0000
commit32069ca6a3ee6a9058aed85f5ba132eb46248d4e (patch)
tree46868690a35fb616f874154a84f940fd68747512 /lib/libpthread
parent015cfb41ad7b0117467c3785d62f6290e68c1bf1 (diff)
pt_sleepuc was removed a long time ago.
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/arch/vax/genassym.cf3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libpthread/arch/vax/genassym.cf b/lib/libpthread/arch/vax/genassym.cf
index 1c95c35b9ca..998d7924d61 100644
--- a/lib/libpthread/arch/vax/genassym.cf
+++ b/lib/libpthread/arch/vax/genassym.cf
@@ -1,4 +1,4 @@
-# $NetBSD: genassym.cf,v 1.4 2003/09/07 14:47:56 cl Exp $
+# $NetBSD: genassym.cf,v 1.5 2004/12/01 14:27:01 skrll Exp $
#
# Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -46,7 +46,6 @@ include "pthread_md.h"
define PT_NEXT offsetof(struct __pthread_st, pt_next)
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)