aboutsummaryrefslogtreecommitdiff
path: root/sys/vm
diff options
context:
space:
mode:
authorAlan Cox <alc@FreeBSD.org>2002-04-05 00:52:15 +0000
committerAlan Cox <alc@FreeBSD.org>2002-04-05 00:52:15 +0000
commitaa4d062142bc39b8574313bb8e24c70b48a44bca (patch)
tree947cd1208f44955f307ee130a546fdd3f815f9d1 /sys/vm
parent1bbfb90c3c00c33024b3c92f503bdd104a0ab00d (diff)
downloadsrc-aa4d062142bc39b8574313bb8e24c70b48a44bca.tar.gz
src-aa4d062142bc39b8574313bb8e24c70b48a44bca.zip
o Eliminate the use of grow_stack() and useracc() from sendsig(), osendsig(),
and osf1_sendsig(). o Eliminate the prototype for the MD grow_stack() now that it has been removed from all platforms.
Notes
Notes: svn path=/head/; revision=93847
Diffstat (limited to 'sys/vm')
-rw-r--r--sys/vm/vm_extern.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/vm/vm_extern.h b/sys/vm/vm_extern.h
index da72708684d0..b84132979aba 100644
--- a/sys/vm/vm_extern.h
+++ b/sys/vm/vm_extern.h
@@ -59,7 +59,6 @@ int sstk(struct thread *, void *, int *);
int swapon(struct thread *, void *, int *);
#endif /* TYPEDEF_FOR_UAP */
-int grow_stack(struct proc *, size_t);
int kernacc(caddr_t, int, int);
vm_offset_t kmem_alloc(vm_map_t, vm_size_t);
vm_offset_t kmem_alloc_nofault(vm_map_t, vm_size_t);