Changeset 15000
- Timestamp:
- 2009-03-23T22:04:30+01:00 (9 years ago)
- Location:
- trunk
- Files:
-
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/package/base-files/Makefile
r14784 r15000 29 29 LIBC_VERSION:=<LIBC_VERSION> 30 30 LIBGCC_VERSION:=<LIBGCC_VERSION> 31 endif 32 33 ifneq ($(LIBC_VERSION),0.9.28) 34 LIBC_VERSION:=$(LIBC_VERSION)$(LIBC_PATCHVER) 31 35 endif 32 36 -
trunk/toolchain/uClibc/Config.in
r14130 r15000 29 29 default "snapshot" if UCLIBC_VERSION_SNAPSHOT 30 30 default ".2" if UCLIBC_VERSION_0_9_28 31 default ".1" if UCLIBC_VERSION_0_9_30 31 32 default "" 32 33 help -
trunk/toolchain/uClibc/patches-0.9.30/130-sockets_throw.patch
r14994 r15000 1 diff -urN uClibc-0.9.29/libc/sysdeps/linux/mips/bits/socket.h uClibc-0.9.29.new/libc/sysdeps/linux/mips/bits/socket.h 2 --- uClibc-0.9.29/libc/sysdeps/linux/mips/bits/socket.h 2006-12-06 22:46:56.000000000 +0100 3 +++ uClibc-0.9.29.new/libc/sysdeps/linux/mips/bits/socket.h 2007-12-31 14:25:29.000000000 +0100 4 @@ -269,7 +269,7 @@ 1 --- a/libc/sysdeps/linux/mips/bits/socket.h 2 +++ b/libc/sysdeps/linux/mips/bits/socket.h 3 @@ -269,7 +269,7 @@ struct cmsghdr 5 4 #define CMSG_LEN(len) (CMSG_ALIGN (sizeof (struct cmsghdr)) + (len)) 6 5 7 extern struct cmsghdr * __NTH (__cmsg_nxthdr (struct msghdr *__mhdr,8 - struct cmsghdr *__cmsg) )__THROW;9 + struct cmsghdr *__cmsg) );6 extern struct cmsghdr *__cmsg_nxthdr (struct msghdr *__mhdr, 7 - struct cmsghdr *__cmsg) __THROW; 8 + struct cmsghdr *__cmsg); 10 9 #ifdef __USE_EXTERN_INLINES 11 10 # ifndef _EXTERN_INLINE
Note: See TracChangeset
for help on using the changeset viewer.