diff options
author | Marco S Hyman <marc@cvs.openbsd.org> | 2002-11-21 20:45:06 +0000 |
---|---|---|
committer | Marco S Hyman <marc@cvs.openbsd.org> | 2002-11-21 20:45:06 +0000 |
commit | 2b6e7ee637e81d7410a00f51653c5f66645a1a98 (patch) | |
tree | 3e5d7c3c0efea17365d7afbb369ad2f182b7712c /lib/libc_r | |
parent | 63a69e9d797ee37b46cc53233eeb398d8d67b544 (diff) |
Add strerror_r and functions versions of getchar_unlocked and
putchar_unlocked. Crank the minor on related libs. OK fgs@, deraadt@
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 a805acda7f7..e29c46e3713 100644 --- a/lib/libc_r/shlib_version +++ b/lib/libc_r/shlib_version @@ -1,2 +1,2 @@ major=6 -minor=7 +minor=8 |