summaryrefslogtreecommitdiff
path: root/lib/libc/shlib_version
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2003-04-14 04:53:52 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2003-04-14 04:53:52 +0000
commit901c826a09497ead7016206abf7b50656baff91e (patch)
tree2721a7366483b12d83c3a02b75f402e9e3fd0860 /lib/libc/shlib_version
parentbcf4f93c865e19f6d796c4f4095be600cd2b319e (diff)
There are two related changes.
The first one is an mquery(2) syscall. It's for asking the VM system about where to map things. It will be used by ld.so, read the man page for details. The second change is related and is a centralization of uvm_map hint that all callers of uvm_map calculated. This will allow us to adjust this hint on architectures that have segments for non-exec mappings. deraadt@ drahn@ ok.
Diffstat (limited to 'lib/libc/shlib_version')
-rw-r--r--lib/libc/shlib_version2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/shlib_version b/lib/libc/shlib_version
index a048d137bb3..7b897a195c1 100644
--- a/lib/libc/shlib_version
+++ b/lib/libc/shlib_version
@@ -1,2 +1,2 @@
major=29
-minor=0 # note: remember to update minor in ../libpthread/shlib_version
+minor=1 # note: remember to update minor in ../libpthread/shlib_version