diff options
author | 2008-01-05 02:05:29 +0000 | |
---|---|---|
committer | 2008-01-05 02:05:29 +0000 | |
commit | efa31f9b4c76654097153e46d09291637d8b5bf4 (patch) | |
tree | f96fdacb0bd20e66798cd6644149ac5d345d0fca /lib/libpthread | |
parent | regen (diff) | |
download | wireguard-openbsd-efa31f9b4c76654097153e46d09291637d8b5bf4.tar.xz wireguard-openbsd-efa31f9b4c76654097153e46d09291637d8b5bf4.zip |
crank libc and libpthread, because libc cannot build lint libraries anymore if a syscall is OBSOL..
Diffstat (limited to 'lib/libpthread')
-rw-r--r-- | lib/libpthread/shlib_version | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/shlib_version b/lib/libpthread/shlib_version index 00604e64e7d..1c5d96eb2aa 100644 --- a/lib/libpthread/shlib_version +++ b/lib/libpthread/shlib_version @@ -1,2 +1,2 @@ -major=8 -minor=1 +major=9 +minor=0 |