summaryrefslogtreecommitdiffstats
path: root/bin/ps/extern.h
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>2002-02-21 18:27:16 +0000
committerdillon <dillon@FreeBSD.org>2002-02-21 18:27:16 +0000
commit23fcffffc97fe63a1b023e4e4ed26f6733a72c3b (patch)
treee04800e18864bebe6cb04c2e71e4e606803bf7bc /bin/ps/extern.h
parent5c90e6187fe6e32f02426460574227d62a8e546f (diff)
downloadFreeBSD-src-23fcffffc97fe63a1b023e4e4ed26f6733a72c3b.zip
FreeBSD-src-23fcffffc97fe63a1b023e4e4ed26f6733a72c3b.tar.gz
Revert wchan functionality. Add 'mwchan' to supply new duel mutex/msleep
functionality and make it the default. With additional improvements by: Mark Peek <mp@FreeBSD.org>
Diffstat (limited to 'bin/ps/extern.h')
-rw-r--r--bin/ps/extern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ps/extern.h b/bin/ps/extern.h
index a322d56..7c68460 100644
--- a/bin/ps/extern.h
+++ b/bin/ps/extern.h
@@ -77,5 +77,6 @@ void uname(KINFO *, VARENT *);
int s_uname(KINFO *);
void vsize(KINFO *, VARENT *);
void wchan(KINFO *, VARENT *);
+void mwchan(KINFO *, VARENT *);
void lattr(KINFO *, VARENT *);
__END_DECLS
OpenPOWER on IntegriCloud