diff options
author | 2012-04-12 11:39:29 +0000 | |
---|---|---|
committer | 2012-04-12 11:39:29 +0000 | |
commit | b1874a59e808e627cf044600ea62ea42dcb6892a (patch) | |
tree | 182aa0d324a54887b53d11c79e882bd57a037902 /lib/libc | |
parent | the fpu control symbol on sh (__fpscr_values) suddenly becomes local (diff) | |
download | wireguard-openbsd-b1874a59e808e627cf044600ea62ea42dcb6892a.tar.xz wireguard-openbsd-b1874a59e808e627cf044600ea62ea42dcb6892a.zip |
crank major for sh gcc4 switch
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 e32627399a8..2e283db67c1 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,4 +1,4 @@ -major=63 +major=64 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. |