diff options
author | 2008-01-05 02:05:29 +0000 | |
---|---|---|
committer | 2008-01-05 02:05:29 +0000 | |
commit | efa31f9b4c76654097153e46d09291637d8b5bf4 (patch) | |
tree | f96fdacb0bd20e66798cd6644149ac5d345d0fca | |
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..
-rw-r--r-- | lib/libc/shlib_version | 4 | ||||
-rw-r--r-- | lib/libpthread/shlib_version | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/shlib_version b/lib/libc/shlib_version index 3c07d167bfa..9e407497319 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,4 +1,4 @@ -major=42 -minor=1 +major=43 +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. 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 |