diff options
author | 2008-01-05 02:05:29 +0000 | |
---|---|---|
committer | 2008-01-05 02:05:29 +0000 | |
commit | efa31f9b4c76654097153e46d09291637d8b5bf4 (patch) | |
tree | f96fdacb0bd20e66798cd6644149ac5d345d0fca /lib/libc | |
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/libc')
-rw-r--r-- | lib/libc/shlib_version | 4 |
1 files changed, 2 insertions, 2 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. |