diff options
author | Marco S Hyman <marc@cvs.openbsd.org> | 2003-01-20 18:28:47 +0000 |
---|---|---|
committer | Marco S Hyman <marc@cvs.openbsd.org> | 2003-01-20 18:28:47 +0000 |
commit | 7308a0b752b23f18e6b96fd1b4f24a5be32301b9 (patch) | |
tree | 4bb807398861630a16e2c34a1a7c803ca61eba56 /lib/libc | |
parent | c5096ab4c44e5aed99315679574e81e270fb4809 (diff) |
comment changed to look in libpthread, not libc_r
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/shlib_version b/lib/libc/shlib_version index e070631828d..a048d137bb3 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 ../libc_r/shlib_version +minor=0 # note: remember to update minor in ../libpthread/shlib_version |