diff options
author | Richard Purdie <richard@openedhand.com> | 2007-10-21 19:18:05 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-10-21 19:18:05 +0000 |
commit | 5c0507f1261416ea6fc67d85de74f292c3b5b2a4 (patch) | |
tree | 6118022cfdd046b14f2d55ac7d0aa2baa26b5abb /meta/packages/glibc/glibc-cvs/mips-no-throw.patch | |
parent | ecf406813a2d61f9d8777c892975b168e7e0f78e (diff) | |
download | poky-5c0507f1261416ea6fc67d85de74f292c3b5b2a4.tar.gz |
glibc: Drop unused directory
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2943 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/glibc/glibc-cvs/mips-no-throw.patch')
-rw-r--r-- | meta/packages/glibc/glibc-cvs/mips-no-throw.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/meta/packages/glibc/glibc-cvs/mips-no-throw.patch b/meta/packages/glibc/glibc-cvs/mips-no-throw.patch deleted file mode 100644 index 99a316eeac..0000000000 --- a/meta/packages/glibc/glibc-cvs/mips-no-throw.patch +++ /dev/null | |||
@@ -1,22 +0,0 @@ | |||
1 | --- sysdeps/unix/sysv/linux/mips/bits/socket.h.orig 2004-09-15 14:27:06.342572280 +0200 | ||
2 | +++ sysdeps/unix/sysv/linux/mips/bits/socket.h 2004-09-15 14:27:28.162255184 +0200 | ||
3 | @@ -261,7 +261,7 @@ | ||
4 | # define _EXTERN_INLINE extern __inline | ||
5 | # endif | ||
6 | _EXTERN_INLINE struct cmsghdr * | ||
7 | -__cmsg_nxthdr (struct msghdr *__mhdr, struct cmsghdr *__cmsg) __THROW | ||
8 | +__cmsg_nxthdr (struct msghdr *__mhdr, struct cmsghdr *__cmsg) | ||
9 | { | ||
10 | if ((size_t) __cmsg->cmsg_len < sizeof (struct cmsghdr)) | ||
11 | /* The kernel header does this so there may be a reason. */ | ||
12 | --- sysdeps/unix/sysv/linux/mips/sys/tas.h.orig 2004-09-15 14:27:41.809180536 +0200 | ||
13 | +++ sysdeps/unix/sysv/linux/mips/sys/tas.h 2004-09-15 14:27:53.245441960 +0200 | ||
14 | @@ -35,7 +35,7 @@ | ||
15 | # endif | ||
16 | |||
17 | _EXTERN_INLINE int | ||
18 | -_test_and_set (int *p, int v) __THROW | ||
19 | +_test_and_set (int *p, int v) | ||
20 | { | ||
21 | int r, t; | ||
22 | |||