summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_extern.h
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2002-04-05 00:52:15 +0000
committeralc <alc@FreeBSD.org>2002-04-05 00:52:15 +0000
commite18fd6050bf300b0ac49c9c8f7fb14fd66b24c0b (patch)
tree947cd1208f44955f307ee130a546fdd3f815f9d1 /sys/vm/vm_extern.h
parent4fc12f7b6d1d2d00449fa0d0b802ab7af56c9b94 (diff)
downloadFreeBSD-src-e18fd6050bf300b0ac49c9c8f7fb14fd66b24c0b.zip
FreeBSD-src-e18fd6050bf300b0ac49c9c8f7fb14fd66b24c0b.tar.gz
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.
Diffstat (limited to 'sys/vm/vm_extern.h')
-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 da72708..b841329 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);
OpenPOWER on IntegriCloud