diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2010-07-08 20:25:41 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2010-07-08 20:25:41 +0000 |
commit | 933022a0b195fe12232960cf6cc3e54fe63f7354 (patch) | |
tree | 48d1ccc5b4c217bf2e4fde0938f3004b673656f8 /lib | |
parent | 017f9110d982ef75c7fdfe2168710daac14bba28 (diff) |
Switch hppa, i386 and powerpc to gcc4. Bump libc major to handle ABI corner
cases fixed in gcc4.
Diffstat (limited to 'lib')
-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 ced9f0a5390..7457b41feb2 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,4 +1,4 @@ -major=55 +major=56 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. |