Author: aurel32
Date: 2009-05-23 11:50:34 +0000 (Sat, 23 May 2009)
New Revision: 3525
Added:
glibc-package/branches/eglibc-2.10/debian/patches/any/submitted-accept4-hidden.diff
Modified:
glibc-package/branches/eglibc-2.10/debian/changelog
glibc-package/branches/eglibc-2.10/debian/patches/series
Log:
* Add debian/patches/any/submitted-accept4-hidden.diff to fix build
on non Linux architectures.
Modified: glibc-package/branches/eglibc-2.10/debian/changelog
===================================================================
--- glibc-package/branches/eglibc-2.10/debian/changelog 2009-05-23 10:09:53 UTC
(rev 3524)
+++ glibc-package/branches/eglibc-2.10/debian/changelog 2009-05-23 11:50:34 UTC
(rev 3525)
@@ -82,6 +82,8 @@
IBM long double.
* Add debian/patches/any/cvs-nptl-init.diff to allow overwriting
architectures init.c in csu and nptl individually.
+ * Add debian/patches/any/submitted-accept4-hidden.diff to fix build
+ on non Linux architectures.
-- Aurelien Jarno <[email protected]> Sun, 10 May 2009 15:03:39 +0200
Added:
glibc-package/branches/eglibc-2.10/debian/patches/any/submitted-accept4-hidden.diff
===================================================================
---
glibc-package/branches/eglibc-2.10/debian/patches/any/submitted-accept4-hidden.diff
(rev 0)
+++
glibc-package/branches/eglibc-2.10/debian/patches/any/submitted-accept4-hidden.diff
2009-05-23 11:50:34 UTC (rev 3525)
@@ -0,0 +1,15 @@
+2009-05-23 Aurelien Jarno <[email protected]>
+
+ * socket/accept4.c (accept4): Remove libc_hidden_def.
+
+--- a/socket/accept4.c
++++ b/socket/accept4.c
+@@ -35,8 +35,6 @@ accept4 (fd, addr, addr_len, flags)
+ __set_errno (ENOSYS);
+ return -1;
+ }
+-libc_hidden_def (accept4)
+-
+
+ stub_warning (accept4)
+ #include <stub-tag.h>
Modified: glibc-package/branches/eglibc-2.10/debian/patches/series
===================================================================
--- glibc-package/branches/eglibc-2.10/debian/patches/series 2009-05-23
10:09:53 UTC (rev 3524)
+++ glibc-package/branches/eglibc-2.10/debian/patches/series 2009-05-23
11:50:34 UTC (rev 3525)
@@ -184,3 +184,4 @@
any/submitted-accept4.diff
any/cvs-nptl-init.diff
any/local-revert-3270.diff
+any/submitted-accept4-hidden.diff
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]