From de76e2862d2165e6848d32472bae306463b58fd3 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 23 Apr 2009 02:52:50 +0000 Subject: uclibc: remove the sockets_throw patch from 0.9.30, as it does not apply to 0.9.30.1 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15343 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../uClibc/patches-nptl/130-compile_fix.patch | 36 ---------------------- 1 file changed, 36 deletions(-) delete mode 100644 toolchain/uClibc/patches-nptl/130-compile_fix.patch (limited to 'toolchain/uClibc/patches-nptl/130-compile_fix.patch') diff --git a/toolchain/uClibc/patches-nptl/130-compile_fix.patch b/toolchain/uClibc/patches-nptl/130-compile_fix.patch deleted file mode 100644 index ed3812a8ea..0000000000 --- a/toolchain/uClibc/patches-nptl/130-compile_fix.patch +++ /dev/null @@ -1,36 +0,0 @@ ---- a/librt/mq_receive.c -+++ b/librt/mq_receive.c -@@ -6,7 +6,8 @@ - #include - #include - #include --#warning FIXME: hard dependency on ADVANCED REALTIME feature -+ -+#ifdef __UCLIBC_HAS_ADVANCED_REALTIME__ - - librt_hidden_proto(mq_timedreceive) - -@@ -44,3 +45,5 @@ ssize_t mq_receive(mqd_t mqdes, char *ms - { - return mq_timedreceive(mqdes, msg_ptr, msg_len, msg_prio, NULL); - } -+ -+#endif /* __UCLIBC_HAS_ADVANCED_REALTIME__ */ ---- a/librt/mq_send.c -+++ b/librt/mq_send.c -@@ -6,7 +6,8 @@ - #include - #include - #include --#warning FIXME: hard dependency on ADVANCED REALTIME feature -+ -+#ifdef __UCLIBC_HAS_ADVANCED_REALTIME__ - - librt_hidden_proto(mq_timedsend) - -@@ -43,3 +44,5 @@ int mq_send(mqd_t mqdes, const char *msg - { - return mq_timedsend(mqdes, msg_ptr, msg_len, msg_prio, NULL); - } -+ -+#endif /* __UCLIBC_HAS_ADVANCED_REALTIME__ */ -- cgit v1.2.3