diff options
author | 2000-02-21 22:19:04 +0000 | |
---|---|---|
committer | 2000-02-21 22:19:04 +0000 | |
commit | 7c4632863cba94ff372cea5bf90b8cf56a5e3a98 (patch) | |
tree | 7e0e4f39b530ab7374914a35553cc02d01ef9f6b /lib/libc_r | |
parent | Add fseeko() and ftello() -- versions of fseek() and ftell() that use off_t. (diff) | |
download | wireguard-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_version | 2 |
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 |