summaryrefslogtreecommitdiffstats
path: root/lib/libc_r
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2000-02-21 22:19:04 +0000
committermillert <millert@openbsd.org>2000-02-21 22:19:04 +0000
commit7c4632863cba94ff372cea5bf90b8cf56a5e3a98 (patch)
tree7e0e4f39b530ab7374914a35553cc02d01ef9f6b /lib/libc_r
parentAdd fseeko() and ftello() -- versions of fseek() and ftell() that use off_t. (diff)
downloadwireguard-openbsd-7c4632863cba94ff372cea5bf90b8cf56a5e3a98.tar.xz
wireguard-openbsd-7c4632863cba94ff372cea5bf90b8cf56a5e3a98.zip
Increment the minor number for fseeko()/ftello() addition.
Diffstat (limited to 'lib/libc_r')
-rw-r--r--lib/libc_r/shlib_version2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/shlib_version b/lib/libc_r/shlib_version
index b52599a164f..c6e3f4d3fc0 100644
--- a/lib/libc_r/shlib_version
+++ b/lib/libc_r/shlib_version
@@ -1,2 +1,2 @@
major=2
-minor=0
+minor=1