diff options
author | Marco S Hyman <marc@cvs.openbsd.org> | 2004-06-24 20:21:13 +0000 |
---|---|---|
committer | Marco S Hyman <marc@cvs.openbsd.org> | 2004-06-24 20:21:13 +0000 |
commit | e59fa802b918f0b93fdd2d5dc8770210bc7a04a9 (patch) | |
tree | 05871efb983738b9b1c2e9fb2ffb98b61818a10a /lib | |
parent | ba5b375fa5ecc4c857baad25dfc4497f9cfa807e (diff) |
change note as to when thread lib needs updating. OK deraadt@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/shlib_version | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/shlib_version b/lib/libc/shlib_version index 41d3590d8dc..a6a346fe782 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,2 +1,4 @@ major=33 -minor=0 # note: remember to update minor in ../libpthread/shlib_version +minor=0 +# note: If changes were made to include/thread_private.h or if system +# calls were added/changed then libpthread must also be updated. |